#8BAA56

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

Shades of Chelsea Cucumber #8BAA56

Tints of Chelsea Cucumber #8BAA56

Color information

#8BAA56 (or 0x8BAA56) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AA and 56. RGB value is (139,170,86). Sum of RGB (Red+Green+Blue) = 139+170+86=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAA56 is #7455A9. Grayscale: #979797. Windows color (decimal): -7624106 or 5679755. OLE color: 5679755.

HSL color Cylindrical-coordinate representation of color #8BAA56: hue angle of 82.14º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8BAA56 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB13917086-
CMYK0.1800.490.33
HSL82.14º33.07%50.2%-
HSV(B)82.14º49.41%66.67%-
XYZ26.734.9114.14-
YUV151.1691.23119.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.19%
GREEN value IS 170 (66.80% from 255) = 43.04%
BLUE value IS 86 (33.98% from 255) = 21.77%
R=35.19%
G=43.04%
B=21.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139170860.1800.490.3382.1433.0750.2
Hex8BAA561203121522132
Octal21325212622061411224162
Binary100010111010101010101101001001100011000011010010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,170,86); }

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

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

 a { background-color: rgb(139,170,86); }

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

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

 span { border-color: rgb(139,170,86); }

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