#8BA05B

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

Shades of Chelsea Cucumber #8BA05B

Tints of Chelsea Cucumber #8BA05B

Color information

#8BA05B (or 0x8BA05B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A0 and 5B. RGB value is (139,160,91). Sum of RGB (Red+Green+Blue) = 139+160+91=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA05B is #745FA4. Grayscale: #929292. Windows color (decimal): -7626661 or 6004875. OLE color: 6004875.

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

Color convert

RGB13916091-
CMYK0.1300.430.37
HSL78.26º27.49%49.22%-
HSV(B)78.26º43.13%62.75%-
XYZ25.1131.3914.63-
YUV145.8597.04123.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.64%
GREEN value IS 160 (62.89% from 255) = 41.03%
BLUE value IS 91 (35.94% from 255) = 23.33%
R=35.64%
G=41.03%
B=23.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal139160910.1300.430.3778.2627.4949.22
Hex8BA05BD02B254e1b31
Octal21324013315053451163361
Binary1000101110100000101101111010101011100101100111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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