#B0B564

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

Shades of Olive Green #B0B564

Tints of Olive Green #B0B564

Color information

#B0B564 (or 0xB0B564) is unknown color: approx Olive Green. HEX triplet: B0, B5 and 64. RGB value is (176,181,100). Sum of RGB (Red+Green+Blue) = 176+181+100=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B564 is #4F4A9B. Grayscale: #AAAAAA. Windows color (decimal): -5196444 or 6600112. OLE color: 6600112.

HSL color Cylindrical-coordinate representation of color #B0B564: hue angle of 63.7º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0B564 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB176181100-
CMYK0.0300.450.29
HSL63.7º35.37%55.1%-
HSV(B)63.7º44.75%70.98%-
XYZ36.7343.218.46-
YUV170.2788.34132.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.51%
GREEN value IS 181 (71.09% from 255) = 39.61%
BLUE value IS 100 (39.45% from 255) = 21.88%
R=38.51%
G=39.61%
B=21.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761811000.0300.450.2963.735.3755.1
HexB0B564302D1D402337
Octal2602651443055351004367
Binary10110000101101011100100110101101111011000000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B564; }

 p { color: rgb(176,181,100); }

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

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

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

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

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

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

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