Shades of Pine Glade #BCC574
Tints of Pine Glade #BCC574
RGB
CMYK
RGB Variations
Color information
#BCC574 (or 0xBCC574) is known color: Pine Glade. HEX triplet: BC, C5 and 74. RGB value is (188,197,116). Sum of RGB (Red+Green+Blue) = 188+197+116=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC574 is #433A8B. Grayscale: #B9B9B9. Windows color (decimal): -4405900 or 7652796. OLE color: 7652796.
HSL color Cylindrical-coordinate representation of color #BCC574: hue angle of 66.67º 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 #BCC574 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 116 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.23 |
| HSL | 66.67º | 0.41% | 0.61% | - |
| HSV(B) | 66.67º | 0.41% | 0.77% | - |
| XYZ | 43.86 | 51.88 | 24.23 | - |
| YUV | 185.08 | 89.02 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 116 | 0.05 | 0 | 0.41 | 0.23 | 66.67 | 0.41 | 0.61 |
| Hex | BC | C5 | 74 | 5 | 0 | 29 | 17 | 43 | 29 | 3D |
| Octal | 274 | 305 | 164 | 5 | 0 | 51 | 27 | 103 | 51 | 75 |
| Binary | 10111100 | 11000101 | 1110100 | 101 | 0 | 101001 | 10111 | 1000011 | 101001 | 111101 |
Color Harmonies of #BCC574
Complementary color
Monochromatic Colors of #BCC574
Black with #BCC574
Text Example
Text Example
White with #BCC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC574; }
p { color: rgb(188,197,116); }
H1.HeaderClassName
{
color: #BCC574;
}
.AnyTagClassName
{
color: #BCC574;
}
</style>
background-color css
<style>
a { background-color: #BCC574; }
a { background-color: rgb(188,197,116); }
div.DivClassName
{
background-color: #BCC574;
}
.BgClassName
{
background-color: #BCC574;
}
</style>
border-color css
<style>
span { border-color: #BCC574; }
span { border-color: rgb(188,197,116); }
td.TdClassName
{
border-color: #BCC574;
}
.TagClassName
{
border-color: #BCC574;
}
</style>