#8AAB66

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

Shades of Chelsea Cucumber #8AAB66

Tints of Chelsea Cucumber #8AAB66

Color information

#8AAB66 (or 0x8AAB66) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AB and 66. RGB value is (138,171,102). Sum of RGB (Red+Green+Blue) = 138+171+102=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAB66 is #755499. Grayscale: #999999. Windows color (decimal): -7689370 or 6728586. OLE color: 6728586.

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

Color convert

RGB138171102-
CMYK0.1900.400.33
HSL88.7º29.11%53.53%-
HSV(B)88.7º40.35%67.06%-
XYZ27.4435.4917.97-
YUV153.2799.07117.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.58%
GREEN value IS 171 (67.19% from 255) = 41.61%
BLUE value IS 102 (40.23% from 255) = 24.82%
R=33.58%
G=41.61%
B=24.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381711020.1900.400.3388.729.1153.53
Hex8AAB661302821591d36
Octal21225314623050411313566
Binary10001010101010111100110100110101000100001101100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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