#B9B15A

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

Shades of Olive Green #B9B15A

Tints of Olive Green #B9B15A

Color information

#B9B15A (or 0xB9B15A) is unknown color: approx Olive Green. HEX triplet: B9, B1 and 5A. RGB value is (185,177,90). Sum of RGB (Red+Green+Blue) = 185+177+90=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B15A is #464EA5. Grayscale: #A9A9A9. Windows color (decimal): -4607654 or 5943737. OLE color: 5943737.

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

Color convert

RGB18517790-
CMYK00.040.510.27
HSL54.95º40.43%53.92%-
HSV(B)54.95º51.35%72.55%-
XYZ37.5842.515.9-
YUV169.4783.15139.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 177 (69.53% from 255) = 39.16%
BLUE value IS 90 (35.55% from 255) = 19.91%
R=40.93%
G=39.16%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851779000.040.510.2754.9540.4353.92
HexB9B15A04331B372836
Octal271261132046333675066
Binary10111001101100011011010010011001111011110111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B15A; }

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

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

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

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

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

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

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

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