#8BA160

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

Shades of Chelsea Cucumber #8BA160

Tints of Chelsea Cucumber #8BA160

Color information

#8BA160 (or 0x8BA160) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A1 and 60. RGB value is (139,161,96). Sum of RGB (Red+Green+Blue) = 139+161+96=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA160 is #745E9F. Grayscale: #939393. Windows color (decimal): -7626400 or 6332811. OLE color: 6332811.

HSL color Cylindrical-coordinate representation of color #8BA160: hue angle of 80.31º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BA160 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB13916196-
CMYK0.1400.400.37
HSL80.31º25.69%50.39%-
HSV(B)80.31º40.37%63.14%-
XYZ25.531.8215.86-
YUV147.0199.21122.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 161 (63.28% from 255) = 40.66%
BLUE value IS 96 (37.89% from 255) = 24.24%
R=35.10%
G=40.66%
B=24.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal139161960.1400.400.3780.3125.6950.39
Hex8BA160E02825501a32
Octal21324114016050451203262
Binary1000101110100001110000011100101000100101101000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,161,96); }

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

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

 a { background-color: rgb(139,161,96); }

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

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

 span { border-color: rgb(139,161,96); }

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