#8BAB48

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

Shades of Chelsea Cucumber #8BAB48

Tints of Chelsea Cucumber #8BAB48

Color information

#8BAB48 (or 0x8BAB48) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AB and 48. RGB value is (139,171,72). Sum of RGB (Red+Green+Blue) = 139+171+72=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 171 - color contains mainly: green. Hex color #8BAB48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAB48 is #7454B7. Grayscale: #969696. Windows color (decimal): -7623864 or 4762507. OLE color: 4762507.

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

Color convert

RGB13917172-
CMYK0.1900.580.33
HSL79.39º40.74%47.65%-
HSV(B)79.39º57.89%67.06%-
XYZ26.3835.0811.51-
YUV150.1583.9120.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.39%
GREEN value IS 171 (67.19% from 255) = 44.76%
BLUE value IS 72 (28.52% from 255) = 18.85%
R=36.39%
G=44.76%
B=18.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139171720.1900.580.3379.3940.7447.65
Hex8BAB481303A214f2930
Octal21325311023072411175160
Binary100010111010101110010001001101110101000011001111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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