#84A462

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

Shades of Chelsea Cucumber #84A462

Tints of Chelsea Cucumber #84A462

Color information

#84A462 (or 0x84A462) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, A4 and 62. RGB value is (132,164,98). Sum of RGB (Red+Green+Blue) = 132+164+98=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #84A462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A462 is #7B5B9D. Grayscale: #939393. Windows color (decimal): -8084382 or 6464644. OLE color: 6464644.

HSL color Cylindrical-coordinate representation of color #84A462: hue angle of 89.09º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84A462 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB13216498-
CMYK0.2000.400.36
HSL89.09º26.61%51.37%-
HSV(B)89.09º40.24%64.31%-
XYZ2532.3416.48-
YUV146.91100.4117.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.50%
GREEN value IS 164 (64.45% from 255) = 41.62%
BLUE value IS 98 (38.67% from 255) = 24.87%
R=33.50%
G=41.62%
B=24.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132164980.2000.400.3689.0926.6151.37
Hex84A4621402824591b33
Octal20424414224050441313363
Binary10000100101001001100010101000101000100100101100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,164,98); }

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

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

 a { background-color: rgb(132,164,98); }

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

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

 span { border-color: rgb(132,164,98); }

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