#B9B34D

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

Shades of Olive Green #B9B34D

Tints of Olive Green #B9B34D

Color information

#B9B34D (or 0xB9B34D) is unknown color: approx Olive Green. HEX triplet: B9, B3 and 4D. RGB value is (185,179,77). Sum of RGB (Red+Green+Blue) = 185+179+77=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B34D is #464CB2. Grayscale: #A9A9A9. Windows color (decimal): -4607155 or 5092281. OLE color: 5092281.

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

Color convert

RGB18517977-
CMYK00.030.580.27
HSL56.67º43.55%51.37%-
HSV(B)56.67º58.38%72.55%-
XYZ37.4743.0913.36-
YUV169.1775.99139.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 179 (70.31% from 255) = 40.59%
BLUE value IS 77 (30.47% from 255) = 17.46%
R=41.95%
G=40.59%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851797700.030.580.2756.6743.5551.37
HexB9B34D033A1B392c33
Octal271263115037233715463
Binary1011100110110011100110101111101011011111001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B34D; }

 p { color: rgb(185,179,77); }

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

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

 a { background-color: rgb(185,179,77); }

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

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

 span { border-color: rgb(185,179,77); }

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