#8BA251

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

Shades of Chelsea Cucumber #8BA251

Tints of Chelsea Cucumber #8BA251

Color information

#8BA251 (or 0x8BA251) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A2 and 51. RGB value is (139,162,81). Sum of RGB (Red+Green+Blue) = 139+162+81=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA251 is #745DAE. Grayscale: #929292. Windows color (decimal): -7626159 or 5350027. OLE color: 5350027.

HSL color Cylindrical-coordinate representation of color #8BA251: hue angle of 77.04º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8BA251 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB13916281-
CMYK0.1400.500.36
HSL77.04º33.33%47.65%-
HSV(B)77.04º50%63.53%-
XYZ25.0531.9212.63-
YUV145.8991.38123.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.39%
GREEN value IS 162 (63.67% from 255) = 42.41%
BLUE value IS 81 (32.03% from 255) = 21.20%
R=36.39%
G=42.41%
B=21.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139162810.1400.500.3677.0433.3347.65
Hex8BA251E032244d2130
Octal21324212116062441154160
Binary10001011101000101010001111001100101001001001101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,162,81); }

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

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

 a { background-color: rgb(139,162,81); }

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

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

 span { border-color: rgb(139,162,81); }

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