Shades of Pine Glade #BCCD7A
Tints of Pine Glade #BCCD7A
RGB
CMYK
RGB Variations
Color information
#BCCD7A (or 0xBCCD7A) is known color: Pine Glade. HEX triplet: BC, CD and 7A. RGB value is (188,205,122). Sum of RGB (Red+Green+Blue) = 188+205+122=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD7A is #433285. Grayscale: #BEBEBE. Windows color (decimal): -4403846 or 8048060. OLE color: 8048060.
HSL color Cylindrical-coordinate representation of color #BCCD7A: hue angle of 72.29º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCCD7A is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 122 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.20 |
| HSL | 72.29º | 0.45% | 0.64% | - |
| HSV(B) | 72.29º | 0.4% | 0.8% | - |
| XYZ | 46.08 | 55.76 | 26.75 | - |
| YUV | 190.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 122 | 0.08 | 0 | 0.40 | 0.20 | 72.29 | 0.45 | 0.64 |
| Hex | BC | CD | 7A | 8 | 0 | 28 | 14 | 48 | 2D | 40 |
| Octal | 274 | 315 | 172 | 10 | 0 | 50 | 24 | 110 | 55 | 100 |
| Binary | 10111100 | 11001101 | 1111010 | 1000 | 0 | 101000 | 10100 | 1001000 | 101101 | 1000000 |
Color Harmonies of #BCCD7A
Complementary color
Monochromatic Colors of #BCCD7A
Black with #BCCD7A
Text Example
Text Example
White with #BCCD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD7A; }
p { color: rgb(188,205,122); }
H1.HeaderClassName
{
color: #BCCD7A;
}
.AnyTagClassName
{
color: #BCCD7A;
}
</style>
background-color css
<style>
a { background-color: #BCCD7A; }
a { background-color: rgb(188,205,122); }
div.DivClassName
{
background-color: #BCCD7A;
}
.BgClassName
{
background-color: #BCCD7A;
}
</style>
border-color css
<style>
span { border-color: #BCCD7A; }
span { border-color: rgb(188,205,122); }
td.TdClassName
{
border-color: #BCCD7A;
}
.TagClassName
{
border-color: #BCCD7A;
}
</style>