#8BAA48

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

Shades of Chelsea Cucumber #8BAA48

Tints of Chelsea Cucumber #8BAA48

Color information

#8BAA48 (or 0x8BAA48) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AA and 48. RGB value is (139,170,72). Sum of RGB (Red+Green+Blue) = 139+170+72=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAA48 is #7455B7. Grayscale: #959595. Windows color (decimal): -7624120 or 4762251. OLE color: 4762251.

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

Color convert

RGB13917072-
CMYK0.1800.580.33
HSL78.98º40.5%47.45%-
HSV(B)78.98º57.65%66.67%-
XYZ26.1934.7111.45-
YUV149.5684.23120.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.48%
GREEN value IS 170 (66.80% from 255) = 44.62%
BLUE value IS 72 (28.52% from 255) = 18.90%
R=36.48%
G=44.62%
B=18.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139170720.1800.580.3378.9840.547.45
Hex8BAA481203A214f282f
Octal21325211022072411175057
Binary100010111010101010010001001001110101000011001111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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