#8BBB49

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

Shades of Chelsea Cucumber #8BBB49

Tints of Chelsea Cucumber #8BBB49

Color information

#8BBB49 (or 0x8BBB49) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, BB and 49. RGB value is (139,187,73). Sum of RGB (Red+Green+Blue) = 139+187+73=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBB49 is #7444B6. Grayscale: #A0A0A0. Windows color (decimal): -7619767 or 4832139. OLE color: 4832139.

HSL color Cylindrical-coordinate representation of color #8BBB49: hue angle of 85.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8BBB49 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB13918773-
CMYK0.2600.610.27
HSL85.26º45.6%50.98%-
HSV(B)85.26º60.96%73.33%-
XYZ29.6241.5112.75-
YUV159.6579.1113.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.84%
GREEN value IS 187 (73.44% from 255) = 46.87%
BLUE value IS 73 (28.91% from 255) = 18.30%
R=34.84%
G=46.87%
B=18.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139187730.2600.610.2785.2645.650.98
Hex8BBB491A03D1B552e33
Octal21327311132075331255663
Binary10001011101110111001001110100111101110111010101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,187,73); }

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

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

 a { background-color: rgb(139,187,73); }

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

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

 span { border-color: rgb(139,187,73); }

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