Shades of Pine Glade #BCC075
Tints of Pine Glade #BCC075
RGB
CMYK
RGB Variations
Color information
#BCC075 (or 0xBCC075) is known color: Pine Glade. HEX triplet: BC, C0 and 75. RGB value is (188,192,117). Sum of RGB (Red+Green+Blue) = 188+192+117=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC075 is #433F8A. Grayscale: #B6B6B6. Windows color (decimal): -4407179 or 7717052. OLE color: 7717052.
HSL color Cylindrical-coordinate representation of color #BCC075: hue angle of 63.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCC075 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 117 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.25 |
| HSL | 63.2º | 0.37% | 0.61% | - |
| HSV(B) | 63.2º | 0.39% | 0.75% | - |
| XYZ | 42.8 | 49.68 | 24.16 | - |
| YUV | 182.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 117 | 0.02 | 0 | 0.39 | 0.25 | 63.2 | 0.37 | 0.61 |
| Hex | BC | C0 | 75 | 2 | 0 | 27 | 19 | 3F | 25 | 3D |
| Octal | 274 | 300 | 165 | 2 | 0 | 47 | 31 | 77 | 45 | 75 |
| Binary | 10111100 | 11000000 | 1110101 | 10 | 0 | 100111 | 11001 | 111111 | 100101 | 111101 |
Color Harmonies of #BCC075
Complementary color
Monochromatic Colors of #BCC075
Black with #BCC075
Text Example
Text Example
White with #BCC075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC075; }
p { color: rgb(188,192,117); }
H1.HeaderClassName
{
color: #BCC075;
}
.AnyTagClassName
{
color: #BCC075;
}
</style>
background-color css
<style>
a { background-color: #BCC075; }
a { background-color: rgb(188,192,117); }
div.DivClassName
{
background-color: #BCC075;
}
.BgClassName
{
background-color: #BCC075;
}
</style>
border-color css
<style>
span { border-color: #BCC075; }
span { border-color: rgb(188,192,117); }
td.TdClassName
{
border-color: #BCC075;
}
.TagClassName
{
border-color: #BCC075;
}
</style>