Shades of Pine Glade #BAC574
Tints of Pine Glade #BAC574
RGB
CMYK
RGB Variations
Color information
#BAC574 (or 0xBAC574) is known color: Pine Glade. HEX triplet: BA, C5 and 74. RGB value is (186,197,116). Sum of RGB (Red+Green+Blue) = 186+197+116=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC574 is #453A8B. Grayscale: #B8B8B8. Windows color (decimal): -4536972 or 7652794. OLE color: 7652794.
HSL color Cylindrical-coordinate representation of color #BAC574: hue angle of 68.15º 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 #BAC574 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 116 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.23 |
| HSL | 68.15º | 0.41% | 0.61% | - |
| HSV(B) | 68.15º | 0.41% | 0.77% | - |
| XYZ | 43.37 | 51.63 | 24.2 | - |
| YUV | 184.48 | 89.36 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 116 | 0.06 | 0 | 0.41 | 0.23 | 68.15 | 0.41 | 0.61 |
| Hex | BA | C5 | 74 | 6 | 0 | 29 | 17 | 44 | 29 | 3D |
| Octal | 272 | 305 | 164 | 6 | 0 | 51 | 27 | 104 | 51 | 75 |
| Binary | 10111010 | 11000101 | 1110100 | 110 | 0 | 101001 | 10111 | 1000100 | 101001 | 111101 |
Color Harmonies of #BAC574
Complementary color
Monochromatic Colors of #BAC574
Black with #BAC574
Text Example
Text Example
White with #BAC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC574; }
p { color: rgb(186,197,116); }
H1.HeaderClassName
{
color: #BAC574;
}
.AnyTagClassName
{
color: #BAC574;
}
</style>
background-color css
<style>
a { background-color: #BAC574; }
a { background-color: rgb(186,197,116); }
div.DivClassName
{
background-color: #BAC574;
}
.BgClassName
{
background-color: #BAC574;
}
</style>
border-color css
<style>
span { border-color: #BAC574; }
span { border-color: rgb(186,197,116); }
td.TdClassName
{
border-color: #BAC574;
}
.TagClassName
{
border-color: #BAC574;
}
</style>