Shades of Pine Glade #BCC274
Tints of Pine Glade #BCC274
RGB
CMYK
RGB Variations
Color information
#BCC274 (or 0xBCC274) is known color: Pine Glade. HEX triplet: BC, C2 and 74. RGB value is (188,194,116). Sum of RGB (Red+Green+Blue) = 188+194+116=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC274 is #433D8B. Grayscale: #B7B7B7. Windows color (decimal): -4406668 or 7652028. OLE color: 7652028.
HSL color Cylindrical-coordinate representation of color #BCC274: hue angle of 64.62º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCC274 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 116 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.24 |
| HSL | 64.62º | 0.39% | 0.61% | - |
| HSV(B) | 64.62º | 0.4% | 0.76% | - |
| XYZ | 43.18 | 50.54 | 24 | - |
| YUV | 183.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 116 | 0.03 | 0 | 0.40 | 0.24 | 64.62 | 0.39 | 0.61 |
| Hex | BC | C2 | 74 | 3 | 0 | 28 | 18 | 41 | 27 | 3D |
| Octal | 274 | 302 | 164 | 3 | 0 | 50 | 30 | 101 | 47 | 75 |
| Binary | 10111100 | 11000010 | 1110100 | 11 | 0 | 101000 | 11000 | 1000001 | 100111 | 111101 |
Color Harmonies of #BCC274
Complementary color
Monochromatic Colors of #BCC274
Black with #BCC274
Text Example
Text Example
White with #BCC274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC274; }
p { color: rgb(188,194,116); }
H1.HeaderClassName
{
color: #BCC274;
}
.AnyTagClassName
{
color: #BCC274;
}
</style>
background-color css
<style>
a { background-color: #BCC274; }
a { background-color: rgb(188,194,116); }
div.DivClassName
{
background-color: #BCC274;
}
.BgClassName
{
background-color: #BCC274;
}
</style>
border-color css
<style>
span { border-color: #BCC274; }
span { border-color: rgb(188,194,116); }
td.TdClassName
{
border-color: #BCC274;
}
.TagClassName
{
border-color: #BCC274;
}
</style>