#8ba05a

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

Shades of Chelsea Cucumber #8BA05A

Tints of Chelsea Cucumber #8BA05A

Color information

#8BA05A (or 0x8BA05A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A0 and 5A. RGB value is (139,160,90). Sum of RGB (Red+Green+Blue) = 139+160+90=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA05A is #745FA5. Grayscale: #929292. Windows color (decimal): -7626662 or 5939339. OLE color: 5939339.

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

Color convert

RGB13916090-
CMYK0.1300.440.37
HSL78º28%49.02%-
HSV(B)78º43.75%62.75%-
XYZ25.0631.3714.41-
YUV145.7496.54123.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.73%
GREEN value IS 160 (62.89% from 255) = 41.13%
BLUE value IS 90 (35.55% from 255) = 23.14%
R=35.73%
G=41.13%
B=23.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal139160900.1300.440.37782849.02
Hex8BA05AD02C254e1c31
Octal21324013215054451163461
Binary1000101110100000101101011010101100100101100111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ba05a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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