Shades of Pine Glade #B9C188
Tints of Pine Glade #B9C188
RGB
CMYK
RGB Variations
Color information
#B9C188 (or 0xB9C188) is known color: Pine Glade. HEX triplet: B9, C1 and 88. RGB value is (185,193,136). Sum of RGB (Red+Green+Blue) = 185+193+136=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C188 is #463E77. Grayscale: #B8B8B8. Windows color (decimal): -4603512 or 8962489. OLE color: 8962489.
HSL color Cylindrical-coordinate representation of color #B9C188: hue angle of 68.42º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9C188 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 193 | 136 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.24 |
| HSL | 68.42º | 0.31% | 0.65% | - |
| HSV(B) | 68.42º | 0.3% | 0.76% | - |
| XYZ | 43.52 | 50.23 | 30.69 | - |
| YUV | 184.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 136 | 0.04 | 0 | 0.30 | 0.24 | 68.42 | 0.31 | 0.65 |
| Hex | B9 | C1 | 88 | 4 | 0 | 1E | 18 | 44 | 1F | 41 |
| Octal | 271 | 301 | 210 | 4 | 0 | 36 | 30 | 104 | 37 | 101 |
| Binary | 10111001 | 11000001 | 10001000 | 100 | 0 | 11110 | 11000 | 1000100 | 11111 | 1000001 |
Color Harmonies of #B9C188
Complementary color
Monochromatic Colors of #B9C188
Black with #B9C188
Text Example
Text Example
White with #B9C188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C188; }
p { color: rgb(185,193,136); }
H1.HeaderClassName
{
color: #B9C188;
}
.AnyTagClassName
{
color: #B9C188;
}
</style>
background-color css
<style>
a { background-color: #B9C188; }
a { background-color: rgb(185,193,136); }
div.DivClassName
{
background-color: #B9C188;
}
.BgClassName
{
background-color: #B9C188;
}
</style>
border-color css
<style>
span { border-color: #B9C188; }
span { border-color: rgb(185,193,136); }
td.TdClassName
{
border-color: #B9C188;
}
.TagClassName
{
border-color: #B9C188;
}
</style>