#B9B44B

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

Shades of Olive Green #B9B44B

Tints of Olive Green #B9B44B

Color information

#B9B44B (or 0xB9B44B) is unknown color: approx Olive Green. HEX triplet: B9, B4 and 4B. RGB value is (185,180,75). Sum of RGB (Red+Green+Blue) = 185+180+75=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 75 (29.69% from 255 or 17.05% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B44B is #464BB4. Grayscale: #A9A9A9. Windows color (decimal): -4606901 or 4961465. OLE color: 4961465.

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

Color convert

RGB18518075-
CMYK00.030.590.27
HSL57.27º44%50.98%-
HSV(B)57.27º59.46%72.55%-
XYZ37.643.4613.06-
YUV169.5274.66139.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 75 (29.69% from 255) = 17.05%
R=42.05%
G=40.91%
B=17.05%

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
Decimal1851807500.030.590.2757.274450.98
HexB9B44B033B1B392c33
Octal271264113037333715463
Binary1011100110110100100101101111101111011111001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B44B; }

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

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

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

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

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

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

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

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