#8BBB48

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

Shades of Chelsea Cucumber #8BBB48

Tints of Chelsea Cucumber #8BBB48

Color information

#8BBB48 (or 0x8BBB48) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, BB and 48. RGB value is (139,187,72). Sum of RGB (Red+Green+Blue) = 139+187+72=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBB48 is #7444B7. Grayscale: #9F9F9F. Windows color (decimal): -7619768 or 4766603. OLE color: 4766603.

HSL color Cylindrical-coordinate representation of color #8BBB48: hue angle of 85.04º 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 #8BBB48 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB13918772-
CMYK0.2600.610.27
HSL85.04º45.82%50.78%-
HSV(B)85.04º61.5%73.33%-
XYZ29.5941.512.58-
YUV159.5478.6113.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 187 (73.44% from 255) = 46.98%
BLUE value IS 72 (28.52% from 255) = 18.09%
R=34.92%
G=46.98%
B=18.09%

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
Decimal139187720.2600.610.2785.0445.8250.78
Hex8BBB481A03D1B552e33
Octal21327311032075331255663
Binary10001011101110111001000110100111101110111010101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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