#BAC473

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

Shades of Pine Glade #BAC473

Tints of Pine Glade #BAC473

Color information

#BAC473 (or 0xBAC473) is unknown color: approx Pine Glade. HEX triplet: BA, C4 and 73. RGB value is (186,196,115). Sum of RGB (Red+Green+Blue) = 186+196+115=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC473 is #453B8C. Grayscale: #B8B8B8. Windows color (decimal): -4537229 or 7587002. OLE color: 7587002.

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

Color convert

RGB186196115-
CMYK0.0500.410.23
HSL67.41º40.7%60.98%-
HSV(B)67.41º41.33%76.86%-
XYZ43.0851.1623.82-
YUV183.7889.19129.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 196 (76.95% from 255) = 39.44%
BLUE value IS 115 (45.31% from 255) = 23.14%
R=37.42%
G=39.44%
B=23.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961150.0500.410.2367.4140.760.98
HexBAC47350291743293d
Octal2723041635051271035175
Binary101110101100010011100111010101001101111000011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC473; }

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

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

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

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

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

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

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

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