#8BBA48

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

Shades of Chelsea Cucumber #8BBA48

Tints of Chelsea Cucumber #8BBA48

Color information

#8BBA48 (or 0x8BBA48) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, BA and 48. RGB value is (139,186,72). Sum of RGB (Red+Green+Blue) = 139+186+72=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBA48 is #7445B7. Grayscale: #9F9F9F. Windows color (decimal): -7620024 or 4766347. OLE color: 4766347.

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

Color convert

RGB13918672-
CMYK0.2500.610.27
HSL84.74º45.24%50.59%-
HSV(B)84.74º61.29%72.94%-
XYZ29.3841.0712.51-
YUV158.9578.93113.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.01%
GREEN value IS 186 (73.05% from 255) = 46.85%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=35.01%
G=46.85%
B=18.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139186720.2500.610.2784.7445.2450.59
Hex8BBA481903D1B552d33
Octal21327211031075331255563
Binary10001011101110101001000110010111101110111010101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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