#BBB757

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

Shades of Olive Green #BBB757

Tints of Olive Green #BBB757

Color information

#BBB757 (or 0xBBB757) is unknown color: approx Olive Green. HEX triplet: BB, B7 and 57. RGB value is (187,183,87). Sum of RGB (Red+Green+Blue) = 187+183+87=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB757 is #4448A8. Grayscale: #ADADAD. Windows color (decimal): -4475049 or 5748667. OLE color: 5748667.

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

Color convert

RGB18718387-
CMYK00.020.530.27
HSL57.6º42.37%53.73%-
HSV(B)57.6º53.48%73.33%-
XYZ39.1545.1215.66-
YUV173.2579.33137.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 183 (71.88% from 255) = 40.04%
BLUE value IS 87 (34.38% from 255) = 19.04%
R=40.92%
G=40.04%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871838700.020.530.2757.642.3753.73
HexBBB75702351B3a2a36
Octal273267127026533725266
Binary1011101110110111101011101011010111011111010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB757; }

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

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

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

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

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

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

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

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