Html Css Color HEX #80AA48 Chelsea Cucumber

📋 copy color: '#80AA48'

red 128 ◦ green 170 ◦ blue 72

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

Shades of Chelsea Cucumber #80AA48

Tints of Chelsea Cucumber #80AA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.46%

R = 34.59%
G = 45.95%
B = 19.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#80AA48 (or 0x80AA48) is known color: Chelsea Cucumber. HEX triplet: 80, AA and 48. RGB value is (128,170,72). Sum of RGB (Red+Green+Blue) = 128+170+72=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AA48 is #7F55B7. Grayscale: #929292. Windows color (decimal): -8345016 or 4762240. OLE color: 4762240.

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

Color convert

RGB 128 170 72 -
CMYK 0.25 0 0.58 0.33
HSL 85.71º 0.4% 0.47% -
HSV(B) 85.71º 0.58% 0.67% -
XYZ 24.45 33.81 11.37 -
YUV 146.27 86.09 114.97 -
System Red Green Blue C M Y K H S L
Decimal 128 170 72 0.25 0 0.58 0.33 85.71 0.4 0.47
Hex 80 AA 48 19 0 3A 21 56 28 2F
Octal 200 252 110 31 0 72 41 126 50 57
Binary 10000000 10101010 1001000 11001 0 111010 100001 1010110 101000 101111

Color Harmonies of #80AA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AA48

Black with #80AA48

Text Example


Text Example

White with #80AA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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