#BBB154

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

Shades of Olive Green #BBB154

Tints of Olive Green #BBB154

Color information

#BBB154 (or 0xBBB154) is unknown color: approx Olive Green. HEX triplet: BB, B1 and 54. RGB value is (187,177,84). Sum of RGB (Red+Green+Blue) = 187+177+84=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB154 is #444EAB. Grayscale: #A9A9A9. Windows color (decimal): -4476588 or 5550523. OLE color: 5550523.

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

Color convert

RGB18717784-
CMYK00.050.550.27
HSL54.17º43.1%53.14%-
HSV(B)54.17º55.08%73.33%-
XYZ37.8242.6514.63-
YUV169.3979.81140.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.74%
GREEN value IS 177 (69.53% from 255) = 39.51%
BLUE value IS 84 (33.20% from 255) = 18.75%
R=41.74%
G=39.51%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871778400.050.550.2754.1743.153.14
HexBBB15405371B362b35
Octal273261124056733665365
Binary10111011101100011010100010111011111011110110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB154; }

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

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

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

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

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

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

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

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