#B9B75F

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

Shades of Olive Green #B9B75F

Tints of Olive Green #B9B75F

Color information

#B9B75F (or 0xB9B75F) is unknown color: approx Olive Green. HEX triplet: B9, B7 and 5F. RGB value is (185,183,95). Sum of RGB (Red+Green+Blue) = 185+183+95=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B75F is #4648A0. Grayscale: #ADADAD. Windows color (decimal): -4606113 or 6272953. OLE color: 6272953.

HSL color Cylindrical-coordinate representation of color #B9B75F: hue angle of 58.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9B75F is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18518395-
CMYK00.010.490.27
HSL58.67º39.13%54.9%-
HSV(B)58.67º48.65%72.55%-
XYZ39.0145.0117.46-
YUV173.5783.66136.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 183 (71.88% from 255) = 39.52%
BLUE value IS 95 (37.5% from 255) = 20.52%
R=39.96%
G=39.52%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851839500.010.490.2758.6739.1354.9
HexB9B75F01311B3b2737
Octal271267137016133734767
Binary101110011011011110111110111000111011111011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B75F; }

 p { color: rgb(185,183,95); }

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

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

 a { background-color: rgb(185,183,95); }

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

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

 span { border-color: rgb(185,183,95); }

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