#8BAA5B

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

Shades of Chelsea Cucumber #8BAA5B

Tints of Chelsea Cucumber #8BAA5B

Color information

#8BAA5B (or 0x8BAA5B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AA and 5B. RGB value is (139,170,91). Sum of RGB (Red+Green+Blue) = 139+170+91=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAA5B is #7455A4. Grayscale: #989898. Windows color (decimal): -7624101 or 6007435. OLE color: 6007435.

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

Color convert

RGB13917091-
CMYK0.1800.460.33
HSL83.54º31.73%51.18%-
HSV(B)83.54º46.47%66.67%-
XYZ26.9134.9915.23-
YUV151.7293.73118.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.75%
GREEN value IS 170 (66.80% from 255) = 42.5%
BLUE value IS 91 (35.94% from 255) = 22.75%
R=34.75%
G=42.5%
B=22.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139170910.1800.460.3383.5431.7351.18
Hex8BAA5B1202E21542033
Octal21325213322056411244063
Binary100010111010101010110111001001011101000011010100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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