#B9B14D

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

Shades of Olive Green #B9B14D

Tints of Olive Green #B9B14D

Color information

#B9B14D (or 0xB9B14D) is unknown color: approx Olive Green. HEX triplet: B9, B1 and 4D. RGB value is (185,177,77). Sum of RGB (Red+Green+Blue) = 185+177+77=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B14D is #464EB2. Grayscale: #A8A8A8. Windows color (decimal): -4607667 or 5091769. OLE color: 5091769.

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

Color convert

RGB18517777-
CMYK00.040.580.27
HSL55.56º43.55%51.37%-
HSV(B)55.56º58.38%72.55%-
XYZ37.0742.2913.23-
YUV167.9976.65140.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 177 (69.53% from 255) = 40.32%
BLUE value IS 77 (30.47% from 255) = 17.54%
R=42.14%
G=40.32%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851777700.040.580.2755.5643.5551.37
HexB9B14D043A1B382c33
Octal271261115047233705463
Binary10111001101100011001101010011101011011111000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B14D; }

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

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

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

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

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

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

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

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