#8AB06C

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

Shades of Chelsea Cucumber #8AB06C

Tints of Chelsea Cucumber #8AB06C

Color information

#8AB06C (or 0x8AB06C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B0 and 6C. RGB value is (138,176,108). Sum of RGB (Red+Green+Blue) = 138+176+108=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB06C is #754F93. Grayscale: #9D9D9D. Windows color (decimal): -7688084 or 7123082. OLE color: 7123082.

HSL color Cylindrical-coordinate representation of color #8AB06C: hue angle of 93.53º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AB06C is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB138176108-
CMYK0.2200.390.31
HSL93.53º30.09%55.69%-
HSV(B)93.53º38.64%69.02%-
XYZ28.7137.5419.92-
YUV156.89100.41114.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.70%
GREEN value IS 176 (69.14% from 255) = 41.71%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=32.70%
G=41.71%
B=25.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381761080.2200.390.3193.5330.0955.69
Hex8AB06C160271F5e1e38
Octal21226015426047371363670
Binary1000101010110000110110010110010011111111101111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,176,108); }

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

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

 a { background-color: rgb(138,176,108); }

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

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

 span { border-color: rgb(138,176,108); }

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