#B9B95F

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

Shades of Olive Green #B9B95F

Tints of Olive Green #B9B95F

Color information

#B9B95F (or 0xB9B95F) is unknown color: approx Olive Green. HEX triplet: B9, B9 and 5F. RGB value is (185,185,95). Sum of RGB (Red+Green+Blue) = 185+185+95=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B95F is #4646A0. Grayscale: #AFAFAF. Windows color (decimal): -4605601 or 6273465. OLE color: 6273465.

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

Color convert

RGB18518595-
CMYK000.490.27
HSL60º39.13%54.9%-
HSV(B)60º48.65%72.55%-
XYZ39.4245.8417.6-
YUV174.7483135.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 185 (72.66% from 255) = 39.78%
BLUE value IS 95 (37.5% from 255) = 20.43%
R=39.78%
G=39.78%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518595000.490.276039.1354.9
HexB9B95F00311B3c2737
Octal271271137006133744767
Binary101110011011100110111110011000111011111100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B95F; }

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

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

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

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

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

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

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

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