#BAC170

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

Shades of Pine Glade #BAC170

Tints of Pine Glade #BAC170

Color information

#BAC170 (or 0xBAC170) is unknown color: approx Pine Glade. HEX triplet: BA, C1 and 70. RGB value is (186,193,112). Sum of RGB (Red+Green+Blue) = 186+193+112=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC170 is #453E8F. Grayscale: #B5B5B5. Windows color (decimal): -4538000 or 7389626. OLE color: 7389626.

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

Color convert

RGB186193112-
CMYK0.0400.420.24
HSL65.19º39.51%59.8%-
HSV(B)65.19º41.97%75.69%-
XYZ42.2449.7522.71-
YUV181.6788.68131.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 193 (75.78% from 255) = 39.31%
BLUE value IS 112 (44.14% from 255) = 22.81%
R=37.88%
G=39.31%
B=22.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931120.0400.420.2465.1939.5159.8
HexBAC170402A1841283c
Octal2723011604052301015074
Binary101110101100000111100001000101010110001000001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC170; }

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

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

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

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

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

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

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

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