#8BAA59

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

Shades of Chelsea Cucumber #8BAA59

Tints of Chelsea Cucumber #8BAA59

Color information

#8BAA59 (or 0x8BAA59) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AA and 59. RGB value is (139,170,89). Sum of RGB (Red+Green+Blue) = 139+170+89=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAA59 is #7455A6. Grayscale: #979797. Windows color (decimal): -7624103 or 5876363. OLE color: 5876363.

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

Color convert

RGB13917089-
CMYK0.1800.480.33
HSL82.96º32.27%50.78%-
HSV(B)82.96º47.65%66.67%-
XYZ26.8334.9614.79-
YUV151.592.73119.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 170 (66.80% from 255) = 42.71%
BLUE value IS 89 (35.16% from 255) = 22.36%
R=34.92%
G=42.71%
B=22.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139170890.1800.480.3382.9632.2750.78
Hex8BAA591203021532033
Octal21325213122060411234063
Binary100010111010101010110011001001100001000011010011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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