Shades of Pine Glade #B9C671
Tints of Pine Glade #B9C671
RGB
CMYK
RGB Variations
Color information
#B9C671 (or 0xB9C671) is known color: Pine Glade. HEX triplet: B9, C6 and 71. RGB value is (185,198,113). Sum of RGB (Red+Green+Blue) = 185+198+113=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C671 is #46398E. Grayscale: #B8B8B8. Windows color (decimal): -4602255 or 7456441. OLE color: 7456441.
HSL color Cylindrical-coordinate representation of color #B9C671: hue angle of 69.18º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9C671 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 198 | 113 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.22 |
| HSL | 69.18º | 0.43% | 0.61% | - |
| HSV(B) | 69.18º | 0.43% | 0.78% | - |
| XYZ | 43.18 | 51.89 | 23.36 | - |
| YUV | 184.42 | 87.69 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 198 | 113 | 0.07 | 0 | 0.43 | 0.22 | 69.18 | 0.43 | 0.61 |
| Hex | B9 | C6 | 71 | 7 | 0 | 2B | 16 | 45 | 2B | 3D |
| Octal | 271 | 306 | 161 | 7 | 0 | 53 | 26 | 105 | 53 | 75 |
| Binary | 10111001 | 11000110 | 1110001 | 111 | 0 | 101011 | 10110 | 1000101 | 101011 | 111101 |
Color Harmonies of #B9C671
Complementary color
Monochromatic Colors of #B9C671
Black with #B9C671
Text Example
Text Example
White with #B9C671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C671; }
p { color: rgb(185,198,113); }
H1.HeaderClassName
{
color: #B9C671;
}
.AnyTagClassName
{
color: #B9C671;
}
</style>
background-color css
<style>
a { background-color: #B9C671; }
a { background-color: rgb(185,198,113); }
div.DivClassName
{
background-color: #B9C671;
}
.BgClassName
{
background-color: #B9C671;
}
</style>
border-color css
<style>
span { border-color: #B9C671; }
span { border-color: rgb(185,198,113); }
td.TdClassName
{
border-color: #B9C671;
}
.TagClassName
{
border-color: #B9C671;
}
</style>