#BBB95F

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

Shades of Olive Green #BBB95F

Tints of Olive Green #BBB95F

Color information

#BBB95F (or 0xBBB95F) is unknown color: approx Olive Green. HEX triplet: BB, B9 and 5F. RGB value is (187,185,95). Sum of RGB (Red+Green+Blue) = 187+185+95=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB95F is #4446A0. Grayscale: #AFAFAF. Windows color (decimal): -4474529 or 6273467. OLE color: 6273467.

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

Color convert

RGB18718595-
CMYK00.010.490.27
HSL58.7º40.35%55.29%-
HSV(B)58.7º49.2%73.33%-
XYZ39.9146.0917.62-
YUV175.3482.66136.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 185 (72.66% from 255) = 39.61%
BLUE value IS 95 (37.5% from 255) = 20.34%
R=40.04%
G=39.61%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871859500.010.490.2758.740.3555.29
HexBBB95F01311B3b2837
Octal273271137016133735067
Binary101110111011100110111110111000111011111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB95F; }

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

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

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

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

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

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

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

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