#B1BA68

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

Shades of Olive Green #B1BA68

Tints of Olive Green #B1BA68

Color information

#B1BA68 (or 0xB1BA68) is unknown color: approx Olive Green. HEX triplet: B1, BA and 68. RGB value is (177,186,104). Sum of RGB (Red+Green+Blue) = 177+186+104=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA68 is #4E4597. Grayscale: #AEAEAE. Windows color (decimal): -5129624 or 6863537. OLE color: 6863537.

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

Color convert

RGB177186104-
CMYK0.0500.440.27
HSL66.59º37.27%56.86%-
HSV(B)66.59º44.09%72.94%-
XYZ38.1945.4619.86-
YUV173.9688.52130.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 104 (41.02% from 255) = 22.27%
R=37.90%
G=39.83%
B=22.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771861040.0500.440.2766.5937.2756.86
HexB1BA68502C1B432539
Octal2612721505054331034571
Binary101100011011101011010001010101100110111000011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA68; }

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

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

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

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

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

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

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

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