#8BA06C

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

Shades of Chelsea Cucumber #8BA06C

Tints of Chelsea Cucumber #8BA06C

Color information

#8BA06C (or 0x8BA06C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A0 and 6C. RGB value is (139,160,108). Sum of RGB (Red+Green+Blue) = 139+160+108=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA06C is #745F93. Grayscale: #939393. Windows color (decimal): -7626644 or 7118987. OLE color: 7118987.

HSL color Cylindrical-coordinate representation of color #8BA06C: hue angle of 84.23º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BA06C is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB139160108-
CMYK0.1300.320.37
HSL84.23º21.49%52.55%-
HSV(B)84.23º32.5%62.75%-
XYZ25.9331.7118.94-
YUV147.79105.54121.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.15%
GREEN value IS 160 (62.89% from 255) = 39.31%
BLUE value IS 108 (42.58% from 255) = 26.54%
R=34.15%
G=39.31%
B=26.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1391601080.1300.320.3784.2321.4952.55
Hex8BA06CD02025541535
Octal21324015415040451242565
Binary1000101110100000110110011010100000100101101010010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,160,108); }

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

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

 a { background-color: rgb(139,160,108); }

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

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

 span { border-color: rgb(139,160,108); }

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