#B0B055

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

Shades of Olive Green #B0B055

Tints of Olive Green #B0B055

Color information

#B0B055 (or 0xB0B055) is unknown color: approx Olive Green. HEX triplet: B0, B0 and 55. RGB value is (176,176,85). Sum of RGB (Red+Green+Blue) = 176+176+85=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B055 is #4F4FAA. Grayscale: #A5A5A5. Windows color (decimal): -5197739 or 5615792. OLE color: 5615792.

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

Color convert

RGB17617685-
CMYK000.520.31
HSL60º36.55%51.18%-
HSV(B)60º51.7%69.02%-
XYZ35.0740.9414.65-
YUV165.6382.5135.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 176 (69.14% from 255) = 40.27%
BLUE value IS 85 (33.59% from 255) = 19.45%
R=40.27%
G=40.27%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617685000.520.316036.5551.18
HexB0B05500341F3c2533
Octal260260125006437744563
Binary101100001011000010101010011010011111111100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B055; }

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

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

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

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

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

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

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

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