#BAC579

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

Shades of Pine Glade #BAC579

Tints of Pine Glade #BAC579

Color information

#BAC579 (or 0xBAC579) is unknown color: approx Pine Glade. HEX triplet: BA, C5 and 79. RGB value is (186,197,121). Sum of RGB (Red+Green+Blue) = 186+197+121=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC579 is #453A86. Grayscale: #B9B9B9. Windows color (decimal): -4536967 or 7980474. OLE color: 7980474.

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

Color convert

RGB186197121-
CMYK0.0600.390.23
HSL68.68º39.58%62.35%-
HSV(B)68.68º38.58%77.25%-
XYZ43.6751.7525.78-
YUV185.0591.86128.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 197 (77.34% from 255) = 39.09%
BLUE value IS 121 (47.66% from 255) = 24.01%
R=36.90%
G=39.09%
B=24.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971210.0600.390.2368.6839.5862.35
HexBAC57960271745283e
Octal2723051716047271055076
Binary101110101100010111110011100100111101111000101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC579; }

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

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

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

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

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

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

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

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