#B1B463

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

Shades of Olive Green #B1B463

Tints of Olive Green #B1B463

Color information

#B1B463 (or 0xB1B463) is unknown color: approx Olive Green. HEX triplet: B1, B4 and 63. RGB value is (177,180,99). Sum of RGB (Red+Green+Blue) = 177+180+99=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B463 is #4E4B9C. Grayscale: #AAAAAA. Windows color (decimal): -5131165 or 6534321. OLE color: 6534321.

HSL color Cylindrical-coordinate representation of color #B1B463: hue angle of 62.22º 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 #B1B463 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB17718099-
CMYK0.0200.450.29
HSL62.22º35.06%54.71%-
HSV(B)62.22º45%70.59%-
XYZ36.742.8918.15-
YUV169.8788.01133.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.82%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 99 (39.06% from 255) = 21.71%
R=38.82%
G=39.47%
B=21.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177180990.0200.450.2962.2235.0654.71
HexB1B463202D1D3e2337
Octal261264143205535764367
Binary1011000110110100110001110010110111101111110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B463; }

 p { color: rgb(177,180,99); }

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

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

 a { background-color: rgb(177,180,99); }

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

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

 span { border-color: rgb(177,180,99); }

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