#B9B761

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

Shades of Olive Green #B9B761

Tints of Olive Green #B9B761

Color information

#B9B761 (or 0xB9B761) is unknown color: approx Olive Green. HEX triplet: B9, B7 and 61. RGB value is (185,183,97). Sum of RGB (Red+Green+Blue) = 185+183+97=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B761 is #46489E. Grayscale: #AEAEAE. Windows color (decimal): -4606111 or 6404025. OLE color: 6404025.

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

Color convert

RGB18518397-
CMYK00.010.480.27
HSL58.64º38.6%55.29%-
HSV(B)58.64º47.57%72.55%-
XYZ39.145.0417.94-
YUV173.7984.66135.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 183 (71.88% from 255) = 39.35%
BLUE value IS 97 (38.28% from 255) = 20.86%
R=39.78%
G=39.35%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851839700.010.480.2758.6438.655.29
HexB9B76101301B3b2737
Octal271267141016033734767
Binary101110011011011111000010111000011011111011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B761; }

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

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

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

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

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

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

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

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