#8AAB49

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

Shades of Chelsea Cucumber #8AAB49

Tints of Chelsea Cucumber #8AAB49

Color information

#8AAB49 (or 0x8AAB49) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AB and 49. RGB value is (138,171,73). Sum of RGB (Red+Green+Blue) = 138+171+73=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAB49 is #7554B6. Grayscale: #969696. Windows color (decimal): -7689399 or 4828042. OLE color: 4828042.

HSL color Cylindrical-coordinate representation of color #8AAB49: hue angle of 80.2º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8AAB49 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB13817173-
CMYK0.1900.570.33
HSL80.2º40.16%47.84%-
HSV(B)80.2º57.31%67.06%-
XYZ26.2535.0111.68-
YUV149.9684.57119.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.13%
GREEN value IS 171 (67.19% from 255) = 44.76%
BLUE value IS 73 (28.91% from 255) = 19.11%
R=36.13%
G=44.76%
B=19.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138171730.1900.570.3380.240.1647.84
Hex8AAB491303921502830
Octal21225311123071411205060
Binary100010101010101110010011001101110011000011010000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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