#B0B162

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

Shades of Olive Green #B0B162

Tints of Olive Green #B0B162

Color information

#B0B162 (or 0xB0B162) is unknown color: approx Olive Green. HEX triplet: B0, B1 and 62. RGB value is (176,177,98). Sum of RGB (Red+Green+Blue) = 176+177+98=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B162 is #4F4E9D. Grayscale: #A8A8A8. Windows color (decimal): -5197470 or 6468016. OLE color: 6468016.

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

Color convert

RGB17617798-
CMYK0.0100.450.31
HSL60.76º33.62%53.92%-
HSV(B)60.76º44.63%69.41%-
XYZ35.8341.5617.69-
YUV167.788.67133.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 177 (69.53% from 255) = 39.25%
BLUE value IS 98 (38.67% from 255) = 21.73%
R=39.02%
G=39.25%
B=21.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176177980.0100.450.3160.7633.6253.92
HexB0B162102D1F3d2236
Octal260261142105537754266
Binary101100001011000111000101010110111111111101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B162; }

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

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

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

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

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

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

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

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