#8AAB48

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

Shades of Chelsea Cucumber #8AAB48

Tints of Chelsea Cucumber #8AAB48

Color information

#8AAB48 (or 0x8AAB48) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AB and 48. RGB value is (138,171,72). Sum of RGB (Red+Green+Blue) = 138+171+72=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAB48 is #7554B7. Grayscale: #969696. Windows color (decimal): -7689400 or 4762506. OLE color: 4762506.

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

Color convert

RGB13817172-
CMYK0.1900.580.33
HSL80º40.74%47.65%-
HSV(B)80º57.89%67.06%-
XYZ26.213511.5-
YUV149.8584.07119.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.22%
GREEN value IS 171 (67.19% from 255) = 44.88%
BLUE value IS 72 (28.52% from 255) = 18.90%
R=36.22%
G=44.88%
B=18.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138171720.1900.580.338040.7447.65
Hex8AAB481303A21502930
Octal21225311023072411205160
Binary100010101010101110010001001101110101000011010000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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