#8AAB55

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

Shades of Chelsea Cucumber #8AAB55

Tints of Chelsea Cucumber #8AAB55

Color information

#8AAB55 (or 0x8AAB55) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AB and 55. RGB value is (138,171,85). Sum of RGB (Red+Green+Blue) = 138+171+85=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAB55 is #7554AA. Grayscale: #979797. Windows color (decimal): -7689387 or 5614474. OLE color: 5614474.

HSL color Cylindrical-coordinate representation of color #8AAB55: hue angle of 83.02º degrees, saturation: 0.34, 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 #8AAB55 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB13817185-
CMYK0.1900.500.33
HSL83.02º33.86%50.2%-
HSV(B)83.02º50.29%67.06%-
XYZ26.6835.1813.98-
YUV151.3390.57118.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.03%
GREEN value IS 171 (67.19% from 255) = 43.40%
BLUE value IS 85 (33.59% from 255) = 21.57%
R=35.03%
G=43.40%
B=21.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138171850.1900.500.3383.0233.8650.2
Hex8AAB551303221532232
Octal21225312523062411234262
Binary100010101010101110101011001101100101000011010011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AAB55; }

 p { color: rgb(138,171,85); }

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

<style>
 a { background-color: #8AAB55; }

 a { background-color: rgb(138,171,85); }

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

<style>
 span { border-color: #8AAB55; }

 span { border-color: rgb(138,171,85); }

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