#B0AD62

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

Shades of Olive Green #B0AD62

Tints of Olive Green #B0AD62

Color information

#B0AD62 (or 0xB0AD62) is unknown color: approx Olive Green. HEX triplet: B0, AD and 62. RGB value is (176,173,98). Sum of RGB (Red+Green+Blue) = 176+173+98=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD62 is #4F529D. Grayscale: #A5A5A5. Windows color (decimal): -5198494 or 6466992. OLE color: 6466992.

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

Color convert

RGB17617398-
CMYK00.020.440.31
HSL57.69º33.05%53.73%-
HSV(B)57.69º44.32%69.02%-
XYZ35.054017.43-
YUV165.3589.99135.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 173 (67.97% from 255) = 38.70%
BLUE value IS 98 (38.67% from 255) = 21.92%
R=39.37%
G=38.70%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761739800.020.440.3157.6933.0553.73
HexB0AD62022C1F3a2136
Octal260255142025437724166
Binary1011000010101101110001001010110011111111010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AD62; }

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

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

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

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

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

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

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

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