#80AA4B

Color #80AA4B Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #80AA4B

Tints of Chelsea Cucumber #80AA4B

Color information

#80AA4B (or 0x80AA4B) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, AA and 4B. RGB value is (128,170,75). Sum of RGB (Red+Green+Blue) = 128+170+75=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AA4B is #7F55B4. Grayscale: #929292. Windows color (decimal): -8345013 or 4958848. OLE color: 4958848.

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

Color convert

RGB12817075-
CMYK0.2500.560.33
HSL86.53º38.78%48.04%-
HSV(B)86.53º55.88%66.67%-
XYZ24.5533.8511.9-
YUV146.6187.59114.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.32%
GREEN value IS 170 (66.80% from 255) = 45.58%
BLUE value IS 75 (29.69% from 255) = 20.11%
R=34.32%
G=45.58%
B=20.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128170750.2500.560.3386.5338.7848.04
Hex80AA4B1903821572730
Octal20025211331070411274760
Binary100000001010101010010111100101110001000011010111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80AA4B;
 }
 .AnyTagClassName
 {
   color: #80AA4B;
 }
</style>
background-color css

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

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

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

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

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

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