#B0AD63

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

Shades of Olive Green #B0AD63

Tints of Olive Green #B0AD63

Color information

#B0AD63 (or 0xB0AD63) is unknown color: approx Olive Green. HEX triplet: B0, AD and 63. RGB value is (176,173,99). Sum of RGB (Red+Green+Blue) = 176+173+99=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD63 is #4F529C. Grayscale: #A5A5A5. Windows color (decimal): -5198493 or 6532528. OLE color: 6532528.

HSL color Cylindrical-coordinate representation of color #B0AD63: hue angle of 57.66º 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 #B0AD63 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB17617399-
CMYK00.020.440.31
HSL57.66º32.77%53.92%-
HSV(B)57.66º43.75%69.02%-
XYZ35.140.0217.68-
YUV165.4690.49135.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 173 (67.97% from 255) = 38.62%
BLUE value IS 99 (39.06% from 255) = 22.10%
R=39.29%
G=38.62%
B=22.10%

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
Decimal1761739900.020.440.3157.6632.7753.92
HexB0AD63022C1F3a2136
Octal260255143025437724166
Binary1011000010101101110001101010110011111111010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AD63; }

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

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

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

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

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

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

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

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