#8BA96C

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

Shades of Chelsea Cucumber #8BA96C

Tints of Chelsea Cucumber #8BA96C

Color information

#8BA96C (or 0x8BA96C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A9 and 6C. RGB value is (139,169,108). Sum of RGB (Red+Green+Blue) = 139+169+108=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA96C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA96C is #745693. Grayscale: #999999. Windows color (decimal): -7624340 or 7121291. OLE color: 7121291.

HSL color Cylindrical-coordinate representation of color #8BA96C: hue angle of 89.51º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BA96C is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB139169108-
CMYK0.1800.360.34
HSL89.51º26.18%54.31%-
HSV(B)89.51º36.09%66.27%-
XYZ27.5434.9519.48-
YUV153.08102.56117.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.41%
GREEN value IS 169 (66.41% from 255) = 40.62%
BLUE value IS 108 (42.58% from 255) = 25.96%
R=33.41%
G=40.62%
B=25.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1391691080.1800.360.3489.5126.1854.31
Hex8BA96C12024225a1a36
Octal21325115422044421323266
Binary10001011101010011101100100100100100100010101101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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