#B0AD55

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

Shades of Olive Green #B0AD55

Tints of Olive Green #B0AD55

Color information

#B0AD55 (or 0xB0AD55) is unknown color: approx Olive Green. HEX triplet: B0, AD and 55. RGB value is (176,173,85). Sum of RGB (Red+Green+Blue) = 176+173+85=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD55 is #4F52AA. Grayscale: #A4A4A4. Windows color (decimal): -5198507 or 5615024. OLE color: 5615024.

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

Color convert

RGB17617385-
CMYK00.020.520.31
HSL58.02º36.55%51.18%-
HSV(B)58.02º51.7%69.02%-
XYZ34.4939.7714.45-
YUV163.8683.49136.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 173 (67.97% from 255) = 39.86%
BLUE value IS 85 (33.59% from 255) = 19.59%
R=40.55%
G=39.86%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761738500.020.520.3158.0236.5551.18
HexB0AD5502341F3a2533
Octal260255125026437724563
Binary1011000010101101101010101011010011111111010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AD55; }

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

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

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

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

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

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

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

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