#8BA970

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

Shades of Chelsea Cucumber #8BA970

Tints of Chelsea Cucumber #8BA970

Color information

#8BA970 (or 0x8BA970) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A9 and 70. RGB value is (139,169,112). Sum of RGB (Red+Green+Blue) = 139+169+112=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA970 is #74568F. Grayscale: #999999. Windows color (decimal): -7624336 or 7383435. OLE color: 7383435.

HSL color Cylindrical-coordinate representation of color #8BA970: hue angle of 91.58º 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 #8BA970 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB139169112-
CMYK0.1800.340.34
HSL91.58º24.89%55.1%-
HSV(B)91.58º33.73%66.27%-
XYZ27.7635.0320.63-
YUV153.53104.56117.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.10%
GREEN value IS 169 (66.41% from 255) = 40.24%
BLUE value IS 112 (44.14% from 255) = 26.67%
R=33.10%
G=40.24%
B=26.67%

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
Decimal1391691120.1800.340.3491.5824.8955.1
Hex8BA97012022225c1937
Octal21325116022042421343167
Binary10001011101010011110000100100100010100010101110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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