#BAC271

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

Shades of Pine Glade #BAC271

Tints of Pine Glade #BAC271

Color information

#BAC271 (or 0xBAC271) is unknown color: approx Pine Glade. HEX triplet: BA, C2 and 71. RGB value is (186,194,113). Sum of RGB (Red+Green+Blue) = 186+194+113=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC271 is #453D8E. Grayscale: #B6B6B6. Windows color (decimal): -4537743 or 7455418. OLE color: 7455418.

HSL color Cylindrical-coordinate representation of color #BAC271: hue angle of 65.93º 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 #BAC271 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB186194113-
CMYK0.0400.420.24
HSL65.93º39.9%60.2%-
HSV(B)65.93º41.75%76.08%-
XYZ42.5250.2123.07-
YUV182.3788.85130.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 194 (76.17% from 255) = 39.35%
BLUE value IS 113 (44.53% from 255) = 22.92%
R=37.73%
G=39.35%
B=22.92%

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
Decimal1861941130.0400.420.2465.9339.960.2
HexBAC271402A1842283c
Octal2723021614052301025074
Binary101110101100001011100011000101010110001000010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC271; }

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

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

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

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

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

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

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

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