Shades of Pine Glade #BCC07A
Tints of Pine Glade #BCC07A
RGB
CMYK
RGB Variations
Color information
#BCC07A (or 0xBCC07A) is known color: Pine Glade. HEX triplet: BC, C0 and 7A. RGB value is (188,192,122). Sum of RGB (Red+Green+Blue) = 188+192+122=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC07A is #433F85. Grayscale: #B7B7B7. Windows color (decimal): -4407174 or 8044732. OLE color: 8044732.
HSL color Cylindrical-coordinate representation of color #BCC07A: hue angle of 63.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCC07A is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 122 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.25 |
| HSL | 63.43º | 0.36% | 0.62% | - |
| HSV(B) | 63.43º | 0.36% | 0.75% | - |
| XYZ | 43.1 | 49.8 | 25.75 | - |
| YUV | 182.82 | 93.67 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 122 | 0.02 | 0 | 0.36 | 0.25 | 63.43 | 0.36 | 0.62 |
| Hex | BC | C0 | 7A | 2 | 0 | 24 | 19 | 3F | 24 | 3E |
| Octal | 274 | 300 | 172 | 2 | 0 | 44 | 31 | 77 | 44 | 76 |
| Binary | 10111100 | 11000000 | 1111010 | 10 | 0 | 100100 | 11001 | 111111 | 100100 | 111110 |
Color Harmonies of #BCC07A
Complementary color
Monochromatic Colors of #BCC07A
Black with #BCC07A
Text Example
Text Example
White with #BCC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC07A; }
p { color: rgb(188,192,122); }
H1.HeaderClassName
{
color: #BCC07A;
}
.AnyTagClassName
{
color: #BCC07A;
}
</style>
background-color css
<style>
a { background-color: #BCC07A; }
a { background-color: rgb(188,192,122); }
div.DivClassName
{
background-color: #BCC07A;
}
.BgClassName
{
background-color: #BCC07A;
}
</style>
border-color css
<style>
span { border-color: #BCC07A; }
span { border-color: rgb(188,192,122); }
td.TdClassName
{
border-color: #BCC07A;
}
.TagClassName
{
border-color: #BCC07A;
}
</style>