Shades of Pine Glade #B9C975
Tints of Pine Glade #B9C975
RGB
CMYK
RGB Variations
Color information
#B9C975 (or 0xB9C975) is known color: Pine Glade. HEX triplet: B9, C9 and 75. RGB value is (185,201,117). Sum of RGB (Red+Green+Blue) = 185+201+117=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C975 is #46368A. Grayscale: #BABABA. Windows color (decimal): -4601483 or 7719353. OLE color: 7719353.
HSL color Cylindrical-coordinate representation of color #B9C975: hue angle of 71.43º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9C975 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 201 | 117 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.21 |
| HSL | 71.43º | 0.44% | 0.62% | - |
| HSV(B) | 71.43º | 0.42% | 0.79% | - |
| XYZ | 44.11 | 53.37 | 24.81 | - |
| YUV | 186.64 | 88.7 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 201 | 117 | 0.08 | 0 | 0.42 | 0.21 | 71.43 | 0.44 | 0.62 |
| Hex | B9 | C9 | 75 | 8 | 0 | 2A | 15 | 47 | 2C | 3E |
| Octal | 271 | 311 | 165 | 10 | 0 | 52 | 25 | 107 | 54 | 76 |
| Binary | 10111001 | 11001001 | 1110101 | 1000 | 0 | 101010 | 10101 | 1000111 | 101100 | 111110 |
Color Harmonies of #B9C975
Complementary color
Monochromatic Colors of #B9C975
Black with #B9C975
Text Example
Text Example
White with #B9C975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C975; }
p { color: rgb(185,201,117); }
H1.HeaderClassName
{
color: #B9C975;
}
.AnyTagClassName
{
color: #B9C975;
}
</style>
background-color css
<style>
a { background-color: #B9C975; }
a { background-color: rgb(185,201,117); }
div.DivClassName
{
background-color: #B9C975;
}
.BgClassName
{
background-color: #B9C975;
}
</style>
border-color css
<style>
span { border-color: #B9C975; }
span { border-color: rgb(185,201,117); }
td.TdClassName
{
border-color: #B9C975;
}
.TagClassName
{
border-color: #B9C975;
}
</style>