#B1BC69

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

Shades of Olive Green #B1BC69

Tints of Olive Green #B1BC69

Color information

#B1BC69 (or 0xB1BC69) is unknown color: approx Olive Green. HEX triplet: B1, BC and 69. RGB value is (177,188,105). Sum of RGB (Red+Green+Blue) = 177+188+105=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BC69 is #4E4396. Grayscale: #AFAFAF. Windows color (decimal): -5129111 or 6929585. OLE color: 6929585.

HSL color Cylindrical-coordinate representation of color #B1BC69: hue angle of 67.95º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1BC69 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB177188105-
CMYK0.0600.440.26
HSL67.95º38.25%57.45%-
HSV(B)67.95º44.15%73.73%-
XYZ38.6646.3320.27-
YUV175.2588.36129.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 188 (73.83% from 255) = 40%
BLUE value IS 105 (41.41% from 255) = 22.34%
R=37.66%
G=40%
B=22.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771881050.0600.440.2667.9538.2557.45
HexB1BC69602C1A442639
Octal2612741516054321044671
Binary101100011011110011010011100101100110101000100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BC69; }

 p { color: rgb(177,188,105); }

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

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

 a { background-color: rgb(177,188,105); }

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

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

 span { border-color: rgb(177,188,105); }

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