#84B842

Color #84B842 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #84B842

Tints of Chelsea Cucumber #84B842

Color information

#84B842 (or 0x84B842) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, B8 and 42. RGB value is (132,184,66). Sum of RGB (Red+Green+Blue) = 132+184+66=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #84B842 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B842 is #7B47BD. Grayscale: #9B9B9B. Windows color (decimal): -8079294 or 4372612. OLE color: 4372612.

HSL color Cylindrical-coordinate representation of color #84B842: hue angle of 86.44º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84B842 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB13218466-
CMYK0.2800.640.28
HSL86.44º47.2%49.02%-
HSV(B)86.44º64.13%72.16%-
XYZ27.6439.5811.34-
YUV15577.77111.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 34.55%
GREEN value IS 184 (72.27% from 255) = 48.17%
BLUE value IS 66 (26.17% from 255) = 17.28%
R=34.55%
G=48.17%
B=17.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal132184660.2800.640.2886.4447.249.02
Hex84B8421C0401C562f31
Octal204270102340100341265761
Binary100001001011100010000101110001000000111001010110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84B842; }

 p { color: rgb(132,184,66); }

 H1.HeaderClassName
 {
   color: #84B842;
 }
 .AnyTagClassName
 {
   color: #84B842;
 }
</style>
background-color css

<style>
 a { background-color: #84B842; }

 a { background-color: rgb(132,184,66); }

 div.DivClassName
 {
   background-color: #84B842;
 }
 .BgClassName
 {
   background-color: #84B842;
 }
</style>
border-color css

<style>
 span { border-color: #84B842; }

 span { border-color: rgb(132,184,66); }

 td.TdClassName
 {
   border-color: #84B842;
 }
 .TagClassName
 {
   border-color: #84B842;
 }
</style>