#B0B864

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

Shades of Olive Green #B0B864

Tints of Olive Green #B0B864

Color information

#B0B864 (or 0xB0B864) is unknown color: approx Olive Green. HEX triplet: B0, B8 and 64. RGB value is (176,184,100). Sum of RGB (Red+Green+Blue) = 176+184+100=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B864 is #4F479B. Grayscale: #ACACAC. Windows color (decimal): -5195676 or 6600880. OLE color: 6600880.

HSL color Cylindrical-coordinate representation of color #B0B864: hue angle of 65.71º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0B864 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB176184100-
CMYK0.0400.460.28
HSL65.71º37.17%55.69%-
HSV(B)65.71º45.65%72.16%-
XYZ37.3544.4318.66-
YUV172.0387.35130.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 184 (72.27% from 255) = 40%
BLUE value IS 100 (39.45% from 255) = 21.74%
R=38.26%
G=40%
B=21.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761841000.0400.460.2865.7137.1755.69
HexB0B864402E1C422538
Octal2602701444056341024570
Binary101100001011100011001001000101110111001000010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B864; }

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

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

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

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

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

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

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

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