Html Css Color HEX #80AA52 Chelsea Cucumber

📋 copy color: '#80AA52'

red 128 ◦ green 170 ◦ blue 82

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

Shades of Chelsea Cucumber #80AA52

Tints of Chelsea Cucumber #80AA52

RGB

 RED value IS 128 (50.39% from 255) = 33.68%

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

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

R = 33.68%
G = 44.74%
B = 21.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#80AA52 (or 0x80AA52) is known color: Chelsea Cucumber. HEX triplet: 80, AA and 52. RGB value is (128,170,82). Sum of RGB (Red+Green+Blue) = 128+170+82=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA52 is #7F55AD. Grayscale: #939393. Windows color (decimal): -8345006 or 5417600. OLE color: 5417600.

HSL color Cylindrical-coordinate representation of color #80AA52: hue angle of 88.64º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80AA52 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 170 82 -
CMYK 0.25 0 0.52 0.33
HSL 88.64º 0.35% 0.49% -
HSV(B) 88.64º 0.52% 0.67% -
XYZ 24.8 33.95 13.23 -
YUV 147.41 91.09 114.16 -
System Red Green Blue C M Y K H S L
Decimal 128 170 82 0.25 0 0.52 0.33 88.64 0.35 0.49
Hex 80 AA 52 19 0 34 21 59 23 31
Octal 200 252 122 31 0 64 41 131 43 61
Binary 10000000 10101010 1010010 11001 0 110100 100001 1011001 100011 110001

Color Harmonies of #80AA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AA52

Black with #80AA52

Text Example


Text Example

White with #80AA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80AA52; }

 p { color: rgb(128,170,82); }

 H1.HeaderClassName
 {
   color: #80AA52;
 }
 .AnyTagClassName
 {
   color: #80AA52;
 }
</style>

background-color css

<style>
 a { background-color: #80AA52; }

 a { background-color: rgb(128,170,82); }

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

border-color css

<style>
 span { border-color: #80AA52; }

 span { border-color: rgb(128,170,82); }

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