Html Css Color HEX #84A060 Chelsea Cucumber

📋 copy color: '#84A060'

red 132 ◦ green 160 ◦ blue 96

#84A060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #84A060

Tints of Chelsea Cucumber #84A060

RGB

 RED value IS 132 (51.95% from 255) = 34.02%

 GREEN value IS 160 (62.89% from 255) = 41.24%

 BLUE value IS 96 (37.89% from 255) = 24.74%

R = 34.02%
G = 41.24%
B = 24.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#84A060 (or 0x84A060) is known color: Chelsea Cucumber. HEX triplet: 84, A0 and 60. RGB value is (132,160,96). Sum of RGB (Red+Green+Blue) = 132+160+96=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 160 - color contains mainly: green. Hex color #84A060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A060 is #7B5F9F. Grayscale: #909090. Windows color (decimal): -8085408 or 6332548. OLE color: 6332548.

HSL color Cylindrical-coordinate representation of color #84A060: hue angle of 86.25º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84A060 is Cyan = 0.17, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 132 160 96 -
CMYK 0.17 0 0.4 0.37
HSL 86.25º 0.25% 0.5% -
HSV(B) 86.25º 0.4% 0.63% -
XYZ 24.2 30.89 15.75 -
YUV 144.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 132 160 96 0.17 0 0.4 0.37 86.25 0.25 0.5
Hex 84 A0 60 11 0 28 25 56 19 32
Octal 204 240 140 21 0 50 45 126 31 62
Binary 10000100 10100000 1100000 10001 0 101000 100101 1010110 11001 110010

Color Harmonies of #84A060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A060

Black with #84A060

Text Example


Text Example

White with #84A060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,160,96); }

 H1.HeaderClassName
 {
   color: #84A060;
 }
 .AnyTagClassName
 {
   color: #84A060;
 }
</style>

background-color css

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

 a { background-color: rgb(132,160,96); }

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

border-color css

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

 span { border-color: rgb(132,160,96); }

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