Shades of Pine Glade #BCCA7A
Tints of Pine Glade #BCCA7A
RGB
CMYK
RGB Variations
Color information
#BCCA7A (or 0xBCCA7A) is known color: Pine Glade. HEX triplet: BC, CA and 7A. RGB value is (188,202,122). Sum of RGB (Red+Green+Blue) = 188+202+122=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCA7A is #433585. Grayscale: #BCBCBC. Windows color (decimal): -4404614 or 8047292. OLE color: 8047292.
HSL color Cylindrical-coordinate representation of color #BCCA7A: hue angle of 70.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCCA7A is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 122 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.21 |
| HSL | 70.5º | 0.43% | 0.64% | - |
| HSV(B) | 70.5º | 0.4% | 0.79% | - |
| XYZ | 45.37 | 54.34 | 26.51 | - |
| YUV | 188.69 | 90.36 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 122 | 0.07 | 0 | 0.40 | 0.21 | 70.5 | 0.43 | 0.64 |
| Hex | BC | CA | 7A | 7 | 0 | 28 | 15 | 46 | 2B | 40 |
| Octal | 274 | 312 | 172 | 7 | 0 | 50 | 25 | 106 | 53 | 100 |
| Binary | 10111100 | 11001010 | 1111010 | 111 | 0 | 101000 | 10101 | 1000110 | 101011 | 1000000 |
Color Harmonies of #BCCA7A
Complementary color
Monochromatic Colors of #BCCA7A
Black with #BCCA7A
Text Example
Text Example
White with #BCCA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCA7A; }
p { color: rgb(188,202,122); }
H1.HeaderClassName
{
color: #BCCA7A;
}
.AnyTagClassName
{
color: #BCCA7A;
}
</style>
background-color css
<style>
a { background-color: #BCCA7A; }
a { background-color: rgb(188,202,122); }
div.DivClassName
{
background-color: #BCCA7A;
}
.BgClassName
{
background-color: #BCCA7A;
}
</style>
border-color css
<style>
span { border-color: #BCCA7A; }
span { border-color: rgb(188,202,122); }
td.TdClassName
{
border-color: #BCCA7A;
}
.TagClassName
{
border-color: #BCCA7A;
}
</style>