#B1BC6F

Color #B1BC6F Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #B1BC6F

Tints of Pine Glade #B1BC6F

Color information

#B1BC6F (or 0xB1BC6F) is unknown color: approx Pine Glade. HEX triplet: B1, BC and 6F. RGB value is (177,188,111). Sum of RGB (Red+Green+Blue) = 177+188+111=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BC6F is #4E4390. Grayscale: #B0B0B0. Windows color (decimal): -5129105 or 7322801. OLE color: 7322801.

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

Color convert

RGB177188111-
CMYK0.0600.410.26
HSL68.57º36.49%58.63%-
HSV(B)68.57º40.96%73.73%-
XYZ38.9846.4621.95-
YUV175.9391.36128.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.18%
GREEN value IS 188 (73.83% from 255) = 39.50%
BLUE value IS 111 (43.75% from 255) = 23.32%
R=37.18%
G=39.50%
B=23.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771881110.0600.410.2668.5736.4958.63
HexB1BC6F60291A45243b
Octal2612741576051321054473
Binary101100011011110011011111100101001110101000101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BC6F; }

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

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

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

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

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

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

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

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