#B1BA5B

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

Shades of Olive Green #B1BA5B

Tints of Olive Green #B1BA5B

Color information

#B1BA5B (or 0xB1BA5B) is unknown color: approx Olive Green. HEX triplet: B1, BA and 5B. RGB value is (177,186,91). Sum of RGB (Red+Green+Blue) = 177+186+91=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA5B is #4E45A4. Grayscale: #ACACAC. Windows color (decimal): -5129637 or 6011569. OLE color: 6011569.

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

Color convert

RGB17718691-
CMYK0.0500.510.27
HSL65.68º40.77%54.31%-
HSV(B)65.68º51.08%72.94%-
XYZ37.5845.2216.65-
YUV172.4882.02131.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.99%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 91 (35.94% from 255) = 20.04%
R=38.99%
G=40.97%
B=20.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177186910.0500.510.2765.6840.7754.31
HexB1BA5B50331B422936
Octal2612721335063331025166
Binary101100011011101010110111010110011110111000010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA5B; }

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

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

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

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

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

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

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

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