#BAC573

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

Shades of Pine Glade #BAC573

Tints of Pine Glade #BAC573

Color information

#BAC573 (or 0xBAC573) is unknown color: approx Pine Glade. HEX triplet: BA, C5 and 73. RGB value is (186,197,115). Sum of RGB (Red+Green+Blue) = 186+197+115=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC573 is #453A8C. Grayscale: #B8B8B8. Windows color (decimal): -4536973 or 7587258. OLE color: 7587258.

HSL color Cylindrical-coordinate representation of color #BAC573: hue angle of 68.05º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAC573 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB186197115-
CMYK0.0600.420.23
HSL68.05º41.41%61.18%-
HSV(B)68.05º41.62%77.25%-
XYZ43.3151.6123.9-
YUV184.3688.86129.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 197 (77.34% from 255) = 39.56%
BLUE value IS 115 (45.31% from 255) = 23.09%
R=37.35%
G=39.56%
B=23.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971150.0600.420.2368.0541.4161.18
HexBAC573602A1744293d
Octal2723051636052271045175
Binary101110101100010111100111100101010101111000100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC573; }

 p { color: rgb(186,197,115); }

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

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

 a { background-color: rgb(186,197,115); }

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

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

 span { border-color: rgb(186,197,115); }

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