Html Css Color HEX #84A152 Chelsea Cucumber

📋 copy color: '#84A152'

red 132 ◦ green 161 ◦ blue 82

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

Shades of Chelsea Cucumber #84A152

Tints of Chelsea Cucumber #84A152

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.93%

 BLUE value IS 82 (32.42% from 255) = 21.87%

R = 35.2%
G = 42.93%
B = 21.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#84A152 (or 0x84A152) is known color: Chelsea Cucumber. HEX triplet: 84, A1 and 52. RGB value is (132,161,82). Sum of RGB (Red+Green+Blue) = 132+161+82=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 161 - color contains mainly: green. Hex color #84A152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A152 is #7B5EAD. Grayscale: #8F8F8F. Windows color (decimal): -8085166 or 5415300. OLE color: 5415300.

HSL color Cylindrical-coordinate representation of color #84A152: hue angle of 82.03º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84A152 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 132 161 82 -
CMYK 0.18 0 0.49 0.37
HSL 82.03º 0.33% 0.48% -
HSV(B) 82.03º 0.49% 0.63% -
XYZ 23.78 31 12.71 -
YUV 143.32 93.39 119.92 -
System Red Green Blue C M Y K H S L
Decimal 132 161 82 0.18 0 0.49 0.37 82.03 0.33 0.48
Hex 84 A1 52 12 0 31 25 52 21 30
Octal 204 241 122 22 0 61 45 122 41 60
Binary 10000100 10100001 1010010 10010 0 110001 100101 1010010 100001 110000

Color Harmonies of #84A152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A152

Black with #84A152

Text Example


Text Example

White with #84A152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,161,82); }

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

background-color css

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

 a { background-color: rgb(132,161,82); }

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

border-color css

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

 span { border-color: rgb(132,161,82); }

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