#B0AD5E

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

Shades of Olive Green #B0AD5E

Tints of Olive Green #B0AD5E

Color information

#B0AD5E (or 0xB0AD5E) is unknown color: approx Olive Green. HEX triplet: B0, AD and 5E. RGB value is (176,173,94). Sum of RGB (Red+Green+Blue) = 176+173+94=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD5E is #4F52A1. Grayscale: #A5A5A5. Windows color (decimal): -5198498 or 6204848. OLE color: 6204848.

HSL color Cylindrical-coordinate representation of color #B0AD5E: hue angle of 57.8º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0AD5E is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17617394-
CMYK00.020.470.31
HSL57.8º34.17%52.94%-
HSV(B)57.8º46.59%69.02%-
XYZ34.8739.9316.46-
YUV164.8987.99135.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 173 (67.97% from 255) = 39.05%
BLUE value IS 94 (37.11% from 255) = 21.22%
R=39.73%
G=39.05%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761739400.020.470.3157.834.1752.94
HexB0AD5E022F1F3a2235
Octal260255136025737724265
Binary1011000010101101101111001010111111111111010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AD5E; }

 p { color: rgb(176,173,94); }

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

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

 a { background-color: rgb(176,173,94); }

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

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

 span { border-color: rgb(176,173,94); }

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