#BBB954

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

Shades of Olive Green #BBB954

Tints of Olive Green #BBB954

Color information

#BBB954 (or 0xBBB954) is unknown color: approx Olive Green. HEX triplet: BB, B9 and 54. RGB value is (187,185,84). Sum of RGB (Red+Green+Blue) = 187+185+84=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB954 is #4446AB. Grayscale: #AEAEAE. Windows color (decimal): -4474540 or 5552571. OLE color: 5552571.

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

Color convert

RGB18718584-
CMYK00.010.550.27
HSL58.83º43.1%53.14%-
HSV(B)58.83º55.08%73.33%-
XYZ39.4445.915.17-
YUV174.0877.16137.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 185 (72.66% from 255) = 40.57%
BLUE value IS 84 (33.20% from 255) = 18.42%
R=41.01%
G=40.57%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871858400.010.550.2758.8343.153.14
HexBBB95401371B3b2b35
Octal273271124016733735365
Binary101110111011100110101000111011111011111011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB954; }

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

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

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

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

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

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

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

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