#B0B155

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

Shades of Olive Green #B0B155

Tints of Olive Green #B0B155

Color information

#B0B155 (or 0xB0B155) is unknown color: approx Olive Green. HEX triplet: B0, B1 and 55. RGB value is (176,177,85). Sum of RGB (Red+Green+Blue) = 176+177+85=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B155 is #4F4EAA. Grayscale: #A6A6A6. Windows color (decimal): -5197483 or 5616048. OLE color: 5616048.

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

Color convert

RGB17617785-
CMYK0.0100.520.31
HSL60.65º37.1%51.37%-
HSV(B)60.65º51.98%69.41%-
XYZ35.2741.3314.71-
YUV166.2182.17134.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 177 (69.53% from 255) = 40.41%
BLUE value IS 85 (33.59% from 255) = 19.41%
R=40.18%
G=40.41%
B=19.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176177850.0100.520.3160.6537.151.37
HexB0B15510341F3d2533
Octal260261125106437754563
Binary101100001011000110101011011010011111111101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B155; }

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

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

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

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

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

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

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

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