#B5B460

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

Shades of Olive Green #B5B460

Tints of Olive Green #B5B460

Color information

#B5B460 (or 0xB5B460) is unknown color: approx Olive Green. HEX triplet: B5, B4 and 60. RGB value is (181,180,96). Sum of RGB (Red+Green+Blue) = 181+180+96=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B460 is #4A4B9F. Grayscale: #ABABAB. Windows color (decimal): -4869024 or 6337717. OLE color: 6337717.

HSL color Cylindrical-coordinate representation of color #B5B460: hue angle of 59.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5B460 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB18118096-
CMYK00.010.470.29
HSL59.29º36.48%54.31%-
HSV(B)59.29º46.96%70.98%-
XYZ37.4943.3117.45-
YUV170.7285.83135.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 96 (37.89% from 255) = 21.01%
R=39.61%
G=39.39%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811809600.010.470.2959.2936.4854.31
HexB5B460012F1D3b2436
Octal265264140015735734466
Binary101101011011010011000000110111111101111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B460; }

 p { color: rgb(181,180,96); }

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

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

 a { background-color: rgb(181,180,96); }

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

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

 span { border-color: rgb(181,180,96); }

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