Shades of Pine Glade #BCC377
Tints of Pine Glade #BCC377
RGB
CMYK
RGB Variations
Color information
#BCC377 (or 0xBCC377) is known color: Pine Glade. HEX triplet: BC, C3 and 77. RGB value is (188,195,119). Sum of RGB (Red+Green+Blue) = 188+195+119=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC377 is #433C88. Grayscale: #B8B8B8. Windows color (decimal): -4406409 or 7848892. OLE color: 7848892.
HSL color Cylindrical-coordinate representation of color #BCC377: hue angle of 65.53º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCC377 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 119 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.24 |
| HSL | 65.53º | 0.39% | 0.62% | - |
| HSV(B) | 65.53º | 0.39% | 0.76% | - |
| XYZ | 43.58 | 51.05 | 25.01 | - |
| YUV | 184.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 119 | 0.04 | 0 | 0.39 | 0.24 | 65.53 | 0.39 | 0.62 |
| Hex | BC | C3 | 77 | 4 | 0 | 27 | 18 | 42 | 27 | 3E |
| Octal | 274 | 303 | 167 | 4 | 0 | 47 | 30 | 102 | 47 | 76 |
| Binary | 10111100 | 11000011 | 1110111 | 100 | 0 | 100111 | 11000 | 1000010 | 100111 | 111110 |
Color Harmonies of #BCC377
Complementary color
Monochromatic Colors of #BCC377
Black with #BCC377
Text Example
Text Example
White with #BCC377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC377; }
p { color: rgb(188,195,119); }
H1.HeaderClassName
{
color: #BCC377;
}
.AnyTagClassName
{
color: #BCC377;
}
</style>
background-color css
<style>
a { background-color: #BCC377; }
a { background-color: rgb(188,195,119); }
div.DivClassName
{
background-color: #BCC377;
}
.BgClassName
{
background-color: #BCC377;
}
</style>
border-color css
<style>
span { border-color: #BCC377; }
span { border-color: rgb(188,195,119); }
td.TdClassName
{
border-color: #BCC377;
}
.TagClassName
{
border-color: #BCC377;
}
</style>