Html Css Color HEX #82AA59 Chelsea Cucumber

📋 copy color: '#82AA59'

red 130 ◦ green 170 ◦ blue 89

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

Shades of Chelsea Cucumber #82AA59

Tints of Chelsea Cucumber #82AA59

RGB

 RED value IS 130 (51.17% from 255) = 33.42%

 GREEN value IS 170 (66.8% from 255) = 43.7%

 BLUE value IS 89 (35.16% from 255) = 22.88%

R = 33.42%
G = 43.7%
B = 22.88%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#82AA59 (or 0x82AA59) is known color: Chelsea Cucumber. HEX triplet: 82, AA and 59. RGB value is (130,170,89). Sum of RGB (Red+Green+Blue) = 130+170+89=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA59 is #7D55A6. Grayscale: #959595. Windows color (decimal): -8213927 or 5876354. OLE color: 5876354.

HSL color Cylindrical-coordinate representation of color #82AA59: hue angle of 89.63º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82AA59 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 170 89 -
CMYK 0.24 0 0.48 0.33
HSL 89.63º 0.32% 0.51% -
HSV(B) 89.63º 0.48% 0.67% -
XYZ 25.38 34.22 14.72 -
YUV 148.81 94.25 114.59 -
System Red Green Blue C M Y K H S L
Decimal 130 170 89 0.24 0 0.48 0.33 89.63 0.32 0.51
Hex 82 AA 59 18 0 30 21 5A 20 33
Octal 202 252 131 30 0 60 41 132 40 63
Binary 10000010 10101010 1011001 11000 0 110000 100001 1011010 100000 110011

Color Harmonies of #82AA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AA59

Black with #82AA59

Text Example


Text Example

White with #82AA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82AA59; }

 p { color: rgb(130,170,89); }

 H1.HeaderClassName
 {
   color: #82AA59;
 }
 .AnyTagClassName
 {
   color: #82AA59;
 }
</style>

background-color css

<style>
 a { background-color: #82AA59; }

 a { background-color: rgb(130,170,89); }

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

border-color css

<style>
 span { border-color: #82AA59; }

 span { border-color: rgb(130,170,89); }

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