#B9B361

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

Shades of Olive Green #B9B361

Tints of Olive Green #B9B361

Color information

#B9B361 (or 0xB9B361) is unknown color: approx Olive Green. HEX triplet: B9, B3 and 61. RGB value is (185,179,97). Sum of RGB (Red+Green+Blue) = 185+179+97=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B361 is #464C9E. Grayscale: #ABABAB. Windows color (decimal): -4607135 or 6403001. OLE color: 6403001.

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

Color convert

RGB18517997-
CMYK00.030.480.27
HSL55.91º38.6%55.29%-
HSV(B)55.91º47.57%72.55%-
XYZ38.2943.4217.67-
YUV171.4585.99137.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.13%
GREEN value IS 179 (70.31% from 255) = 38.83%
BLUE value IS 97 (38.28% from 255) = 21.04%
R=40.13%
G=38.83%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851799700.030.480.2755.9138.655.29
HexB9B36103301B382737
Octal271263141036033704767
Binary1011100110110011110000101111000011011111000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B361; }

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

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

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

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

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

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

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

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