#B1BA59

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

Shades of Olive Green #B1BA59

Tints of Olive Green #B1BA59

Color information

#B1BA59 (or 0xB1BA59) is unknown color: approx Olive Green. HEX triplet: B1, BA and 59. RGB value is (177,186,89). Sum of RGB (Red+Green+Blue) = 177+186+89=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA59 is #4E45A6. Grayscale: #ACACAC. Windows color (decimal): -5129639 or 5880497. OLE color: 5880497.

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

Color convert

RGB17718689-
CMYK0.0500.520.27
HSL65.57º41.28%53.92%-
HSV(B)65.57º52.15%72.94%-
XYZ37.4945.1916.2-
YUV172.2581.02131.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 186 (73.05% from 255) = 41.15%
BLUE value IS 89 (35.16% from 255) = 19.69%
R=39.16%
G=41.15%
B=19.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177186890.0500.520.2765.5741.2853.92
HexB1BA5950341B422936
Octal2612721315064331025166
Binary101100011011101010110011010110100110111000010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA59; }

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

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

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

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

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

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

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

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