#B1BA5F

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

Shades of Olive Green #B1BA5F

Tints of Olive Green #B1BA5F

Color information

#B1BA5F (or 0xB1BA5F) is unknown color: approx Olive Green. HEX triplet: B1, BA and 5F. RGB value is (177,186,95). Sum of RGB (Red+Green+Blue) = 177+186+95=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA5F is #4E45A0. Grayscale: #ADADAD. Windows color (decimal): -5129633 or 6273713. OLE color: 6273713.

HSL color Cylindrical-coordinate representation of color #B1BA5F: hue angle of 65.93º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1BA5F is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB17718695-
CMYK0.0500.490.27
HSL65.93º39.74%55.1%-
HSV(B)65.93º48.92%72.94%-
XYZ37.7645.2917.58-
YUV172.9484.02130.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.65%
GREEN value IS 186 (73.05% from 255) = 40.61%
BLUE value IS 95 (37.5% from 255) = 20.74%
R=38.65%
G=40.61%
B=20.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177186950.0500.490.2765.9339.7455.1
HexB1BA5F50311B422837
Octal2612721375061331025067
Binary101100011011101010111111010110001110111000010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA5F; }

 p { color: rgb(177,186,95); }

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

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

 a { background-color: rgb(177,186,95); }

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

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

 span { border-color: rgb(177,186,95); }

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