#B9B44C

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

Shades of Olive Green #B9B44C

Tints of Olive Green #B9B44C

Color information

#B9B44C (or 0xB9B44C) is unknown color: approx Olive Green. HEX triplet: B9, B4 and 4C. RGB value is (185,180,76). Sum of RGB (Red+Green+Blue) = 185+180+76=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B44C is #464BB3. Grayscale: #AAAAAA. Windows color (decimal): -4606900 or 5027001. OLE color: 5027001.

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

Color convert

RGB18518076-
CMYK00.030.590.27
HSL57.25º43.78%51.18%-
HSV(B)57.25º58.92%72.55%-
XYZ37.6343.4813.25-
YUV169.6475.16138.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 180 (70.70% from 255) = 40.82%
BLUE value IS 76 (30.08% from 255) = 17.23%
R=41.95%
G=40.82%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851807600.030.590.2757.2543.7851.18
HexB9B44C033B1B392c33
Octal271264114037333715463
Binary1011100110110100100110001111101111011111001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B44C; }

 p { color: rgb(185,180,76); }

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

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

 a { background-color: rgb(185,180,76); }

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

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

 span { border-color: rgb(185,180,76); }

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