#8BA96F

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

Shades of Chelsea Cucumber #8BA96F

Tints of Chelsea Cucumber #8BA96F

Color information

#8BA96F (or 0x8BA96F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A9 and 6F. RGB value is (139,169,111). Sum of RGB (Red+Green+Blue) = 139+169+111=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA96F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA96F is #745690. Grayscale: #999999. Windows color (decimal): -7624337 or 7317899. OLE color: 7317899.

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

Color convert

RGB139169111-
CMYK0.1800.340.34
HSL91.03º25.22%54.9%-
HSV(B)91.03º34.32%66.27%-
XYZ27.735.0120.34-
YUV153.42104.06117.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.17%
GREEN value IS 169 (66.41% from 255) = 40.33%
BLUE value IS 111 (43.75% from 255) = 26.49%
R=33.17%
G=40.33%
B=26.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1391691110.1800.340.3491.0325.2254.9
Hex8BA96F12022225b1937
Octal21325115722042421333167
Binary10001011101010011101111100100100010100010101101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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