#BAC171

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

Shades of Pine Glade #BAC171

Tints of Pine Glade #BAC171

Color information

#BAC171 (or 0xBAC171) is unknown color: approx Pine Glade. HEX triplet: BA, C1 and 71. RGB value is (186,193,113). Sum of RGB (Red+Green+Blue) = 186+193+113=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC171 is #453E8E. Grayscale: #B6B6B6. Windows color (decimal): -4537999 or 7455162. OLE color: 7455162.

HSL color Cylindrical-coordinate representation of color #BAC171: hue angle of 65.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAC171 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB186193113-
CMYK0.0400.410.24
HSL65.25º39.22%60%-
HSV(B)65.25º41.45%75.69%-
XYZ42.349.7723-
YUV181.7989.18131-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 193 (75.78% from 255) = 39.23%
BLUE value IS 113 (44.53% from 255) = 22.97%
R=37.80%
G=39.23%
B=22.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931130.0400.410.2465.2539.2260
HexBAC17140291841273c
Octal2723011614051301014774
Binary101110101100000111100011000101001110001000001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC171; }

 p { color: rgb(186,193,113); }

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

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

 a { background-color: rgb(186,193,113); }

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

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

 span { border-color: rgb(186,193,113); }

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