#BBB95B

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

Shades of Olive Green #BBB95B

Tints of Olive Green #BBB95B

Color information

#BBB95B (or 0xBBB95B) is unknown color: approx Olive Green. HEX triplet: BB, B9 and 5B. RGB value is (187,185,91). Sum of RGB (Red+Green+Blue) = 187+185+91=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB95B is #4446A4. Grayscale: #AFAFAF. Windows color (decimal): -4474533 or 6011323. OLE color: 6011323.

HSL color Cylindrical-coordinate representation of color #BBB95B: hue angle of 58.75º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBB95B is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18718591-
CMYK00.010.510.27
HSL58.75º41.38%54.51%-
HSV(B)58.75º51.34%73.33%-
XYZ39.7346.0216.69-
YUV174.8880.66136.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 91 (35.94% from 255) = 19.65%
R=40.39%
G=39.96%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871859100.010.510.2758.7541.3854.51
HexBBB95B01331B3b2937
Octal273271133016333735167
Binary101110111011100110110110111001111011111011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB95B; }

 p { color: rgb(187,185,91); }

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

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

 a { background-color: rgb(187,185,91); }

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

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

 span { border-color: rgb(187,185,91); }

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