Shades of Pine Glade #BCCC74
Tints of Pine Glade #BCCC74
RGB
CMYK
RGB Variations
Color information
#BCCC74 (or 0xBCCC74) is known color: Pine Glade. HEX triplet: BC, CC and 74. RGB value is (188,204,116). Sum of RGB (Red+Green+Blue) = 188+204+116=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC74 is #43338B. Grayscale: #BDBDBD. Windows color (decimal): -4404108 or 7654588. OLE color: 7654588.
HSL color Cylindrical-coordinate representation of color #BCCC74: hue angle of 70.91º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCCC74 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 116 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.2 |
| HSL | 70.91º | 0.46% | 0.63% | - |
| HSV(B) | 70.91º | 0.43% | 0.8% | - |
| XYZ | 45.48 | 55.14 | 24.77 | - |
| YUV | 189.18 | 86.7 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 116 | 0.08 | 0 | 0.43 | 0.2 | 70.91 | 0.46 | 0.63 |
| Hex | BC | CC | 74 | 8 | 0 | 2B | 14 | 47 | 2E | 3F |
| Octal | 274 | 314 | 164 | 10 | 0 | 53 | 24 | 107 | 56 | 77 |
| Binary | 10111100 | 11001100 | 1110100 | 1000 | 0 | 101011 | 10100 | 1000111 | 101110 | 111111 |
Color Harmonies of #BCCC74
Complementary color
Monochromatic Colors of #BCCC74
Black with #BCCC74
Text Example
Text Example
White with #BCCC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC74; }
p { color: rgb(188,204,116); }
H1.HeaderClassName
{
color: #BCCC74;
}
.AnyTagClassName
{
color: #BCCC74;
}
</style>
background-color css
<style>
a { background-color: #BCCC74; }
a { background-color: rgb(188,204,116); }
div.DivClassName
{
background-color: #BCCC74;
}
.BgClassName
{
background-color: #BCCC74;
}
</style>
border-color css
<style>
span { border-color: #BCCC74; }
span { border-color: rgb(188,204,116); }
td.TdClassName
{
border-color: #BCCC74;
}
.TagClassName
{
border-color: #BCCC74;
}
</style>