Shades of Pine Glade #B9C47A
Tints of Pine Glade #B9C47A
RGB
CMYK
RGB Variations
Color information
#B9C47A (or 0xB9C47A) is known color: Pine Glade. HEX triplet: B9, C4 and 7A. RGB value is (185,196,122). Sum of RGB (Red+Green+Blue) = 185+196+122=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C47A is #463B85. Grayscale: #B8B8B8. Windows color (decimal): -4602758 or 8045753. OLE color: 8045753.
HSL color Cylindrical-coordinate representation of color #B9C47A: hue angle of 68.92º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B9C47A is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 196 | 122 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.23 |
| HSL | 68.92º | 0.39% | 0.62% | - |
| HSV(B) | 68.92º | 0.38% | 0.77% | - |
| XYZ | 43.26 | 51.2 | 26.01 | - |
| YUV | 184.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 196 | 122 | 0.06 | 0 | 0.38 | 0.23 | 68.92 | 0.39 | 0.62 |
| Hex | B9 | C4 | 7A | 6 | 0 | 26 | 17 | 45 | 27 | 3E |
| Octal | 271 | 304 | 172 | 6 | 0 | 46 | 27 | 105 | 47 | 76 |
| Binary | 10111001 | 11000100 | 1111010 | 110 | 0 | 100110 | 10111 | 1000101 | 100111 | 111110 |
Color Harmonies of #B9C47A
Complementary color
Monochromatic Colors of #B9C47A
Black with #B9C47A
Text Example
Text Example
White with #B9C47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C47A; }
p { color: rgb(185,196,122); }
H1.HeaderClassName
{
color: #B9C47A;
}
.AnyTagClassName
{
color: #B9C47A;
}
</style>
background-color css
<style>
a { background-color: #B9C47A; }
a { background-color: rgb(185,196,122); }
div.DivClassName
{
background-color: #B9C47A;
}
.BgClassName
{
background-color: #B9C47A;
}
</style>
border-color css
<style>
span { border-color: #B9C47A; }
span { border-color: rgb(185,196,122); }
td.TdClassName
{
border-color: #B9C47A;
}
.TagClassName
{
border-color: #B9C47A;
}
</style>