#B0B466

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

Shades of Olive Green #B0B466

Tints of Olive Green #B0B466

Color information

#B0B466 (or 0xB0B466) is unknown color: approx Olive Green. HEX triplet: B0, B4 and 66. RGB value is (176,180,102). Sum of RGB (Red+Green+Blue) = 176+180+102=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B466 is #4F4B99. Grayscale: #AAAAAA. Windows color (decimal): -5196698 or 6730928. OLE color: 6730928.

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

Color convert

RGB176180102-
CMYK0.0200.430.29
HSL63.08º34.21%55.29%-
HSV(B)63.08º43.33%70.59%-
XYZ36.6242.8318.91-
YUV169.9189.67132.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 180 (70.70% from 255) = 39.30%
BLUE value IS 102 (40.23% from 255) = 22.27%
R=38.43%
G=39.30%
B=22.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761801020.0200.430.2963.0834.2155.29
HexB0B466202B1D3f2237
Octal260264146205335774267
Binary1011000010110100110011010010101111101111111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B466; }

 p { color: rgb(176,180,102); }

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

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

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

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

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

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

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