#BBB759

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

Shades of Olive Green #BBB759

Tints of Olive Green #BBB759

Color information

#BBB759 (or 0xBBB759) is unknown color: approx Olive Green. HEX triplet: BB, B7 and 59. RGB value is (187,183,89). Sum of RGB (Red+Green+Blue) = 187+183+89=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB759 is #4448A6. Grayscale: #ADADAD. Windows color (decimal): -4475047 or 5879739. OLE color: 5879739.

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

Color convert

RGB18718389-
CMYK00.020.520.27
HSL57.55º41.88%54.12%-
HSV(B)57.55º52.41%73.33%-
XYZ39.2345.1516.1-
YUV173.4880.33137.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 183 (71.88% from 255) = 39.87%
BLUE value IS 89 (35.16% from 255) = 19.39%
R=40.74%
G=39.87%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871838900.020.520.2757.5541.8854.12
HexBBB75902341B3a2a36
Octal273267131026433725266
Binary1011101110110111101100101011010011011111010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB759; }

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

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

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

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

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

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

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

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