#B9B154

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

Shades of Olive Green #B9B154

Tints of Olive Green #B9B154

Color information

#B9B154 (or 0xB9B154) is unknown color: approx Olive Green. HEX triplet: B9, B1 and 54. RGB value is (185,177,84). Sum of RGB (Red+Green+Blue) = 185+177+84=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 84 (33.20% from 255 or 18.83% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B154 is #464EAB. Grayscale: #A9A9A9. Windows color (decimal): -4607660 or 5550521. OLE color: 5550521.

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

Color convert

RGB18517784-
CMYK00.040.550.27
HSL55.25º41.91%52.75%-
HSV(B)55.25º54.59%72.55%-
XYZ37.3342.414.6-
YUV168.7980.15139.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 177 (69.53% from 255) = 39.69%
BLUE value IS 84 (33.20% from 255) = 18.83%
R=41.48%
G=39.69%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851778400.040.550.2755.2541.9152.75
HexB9B15404371B372a35
Octal271261124046733675265
Binary10111001101100011010100010011011111011110111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B154; }

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

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

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

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

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

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

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

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