#8AAB6A

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

Shades of Chelsea Cucumber #8AAB6A

Tints of Chelsea Cucumber #8AAB6A

Color information

#8AAB6A (or 0x8AAB6A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AB and 6A. RGB value is (138,171,106). Sum of RGB (Red+Green+Blue) = 138+171+106=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAB6A is #755495. Grayscale: #999999. Windows color (decimal): -7689366 or 6990730. OLE color: 6990730.

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

Color convert

RGB138171106-
CMYK0.1900.380.33
HSL90.46º27.9%54.31%-
HSV(B)90.46º38.01%67.06%-
XYZ27.6535.5719.04-
YUV153.72101.07116.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.25%
GREEN value IS 171 (67.19% from 255) = 41.20%
BLUE value IS 106 (41.80% from 255) = 25.54%
R=33.25%
G=41.20%
B=25.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381711060.1900.380.3390.4627.954.31
Hex8AAB6A13026215a1c36
Octal21225315223046411323466
Binary10001010101010111101010100110100110100001101101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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