#81AA55

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

Shades of Chelsea Cucumber #81AA55

Tints of Chelsea Cucumber #81AA55

Color information

#81AA55 (or 0x81AA55) is unknown color: approx Chelsea Cucumber. HEX triplet: 81, AA and 55. RGB value is (129,170,85). Sum of RGB (Red+Green+Blue) = 129+170+85=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AA55 is #7E55AA. Grayscale: #949494. Windows color (decimal): -8279467 or 5614209. OLE color: 5614209.

HSL color Cylindrical-coordinate representation of color #81AA55: hue angle of 88.94º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81AA55 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB12917085-
CMYK0.2400.500.33
HSL88.94º33.33%50%-
HSV(B)88.94º50%66.67%-
XYZ25.0734.0713.85-
YUV148.0592.42114.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.59%
GREEN value IS 170 (66.80% from 255) = 44.27%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=33.59%
G=44.27%
B=22.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129170850.2400.500.3388.9433.3350
Hex81AA551803221592132
Octal20125212530062411314162
Binary100000011010101010101011100001100101000011011001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81AA55; }

 p { color: rgb(129,170,85); }

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

<style>
 a { background-color: #81AA55; }

 a { background-color: rgb(129,170,85); }

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

<style>
 span { border-color: #81AA55; }

 span { border-color: rgb(129,170,85); }

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