#bbb756

Color #BBB756 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #BBB756

Tints of Olive Green #BBB756

Color information

#BBB756 (or 0xBBB756) is unknown color: approx Olive Green. HEX triplet: BB, B7 and 56. RGB value is (187,183,86). Sum of RGB (Red+Green+Blue) = 187+183+86=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB756 is #4448A9. Grayscale: #ADADAD. Windows color (decimal): -4475050 or 5683131. OLE color: 5683131.

HSL color Cylindrical-coordinate representation of color #BBB756: hue angle of 57.62º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBB756 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18718386-
CMYK00.020.540.27
HSL57.62º42.62%53.53%-
HSV(B)57.62º54.01%73.33%-
XYZ39.1145.115.45-
YUV173.1478.83137.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 183 (71.88% from 255) = 40.13%
BLUE value IS 86 (33.98% from 255) = 18.86%
R=41.01%
G=40.13%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871838600.020.540.2757.6242.6253.53
HexBBB75602361B3a2b36
Octal273267126026633725366
Binary1011101110110111101011001011011011011111010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbb756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbb756; }

 p { color: rgb(187,183,86); }

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

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

 a { background-color: rgb(187,183,86); }

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

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

 span { border-color: rgb(187,183,86); }

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