#B9B763

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

Shades of Olive Green #B9B763

Tints of Olive Green #B9B763

Color information

#B9B763 (or 0xB9B763) is unknown color: approx Olive Green. HEX triplet: B9, B7 and 63. RGB value is (185,183,99). Sum of RGB (Red+Green+Blue) = 185+183+99=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B763 is #46489C. Grayscale: #AEAEAE. Windows color (decimal): -4606109 or 6535097. OLE color: 6535097.

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

Color convert

RGB18518399-
CMYK00.010.460.27
HSL58.6º38.05%55.69%-
HSV(B)58.6º46.49%72.55%-
XYZ39.1945.0818.44-
YUV174.0285.66135.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 99 (39.06% from 255) = 21.20%
R=39.61%
G=39.19%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851839900.010.460.2758.638.0555.69
HexB9B763012E1B3b2638
Octal271267143015633734670
Binary101110011011011111000110110111011011111011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B763; }

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

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

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

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

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

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

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

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