#BBB657

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

Shades of Olive Green #BBB657

Tints of Olive Green #BBB657

Color information

#BBB657 (or 0xBBB657) is unknown color: approx Olive Green. HEX triplet: BB, B6 and 57. RGB value is (187,182,87). Sum of RGB (Red+Green+Blue) = 187+182+87=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 87 (34.38% from 255 or 19.08% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB657 is #4449A8. Grayscale: #ADADAD. Windows color (decimal): -4475305 or 5748411. OLE color: 5748411.

HSL color Cylindrical-coordinate representation of color #BBB657: hue angle of 57º 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 #BBB657 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18718287-
CMYK00.030.530.27
HSL57º42.37%53.73%-
HSV(B)57º53.48%73.33%-
XYZ38.9444.7115.59-
YUV172.6679.66138.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 182 (71.48% from 255) = 39.91%
BLUE value IS 87 (34.38% from 255) = 19.08%
R=41.01%
G=39.91%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871828700.030.530.275742.3753.73
HexBBB65703351B392a36
Octal273266127036533715266
Binary1011101110110110101011101111010111011111001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB657; }

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

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

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

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

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

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

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

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