Shades of Pine Glade #B9C37B
Tints of Pine Glade #B9C37B
RGB
CMYK
RGB Variations
Color information
#B9C37B (or 0xB9C37B) is known color: Pine Glade. HEX triplet: B9, C3 and 7B. RGB value is (185,195,123). Sum of RGB (Red+Green+Blue) = 185+195+123=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C37B is #463C84. Grayscale: #B8B8B8. Windows color (decimal): -4603013 or 8111033. OLE color: 8111033.
HSL color Cylindrical-coordinate representation of color #B9C37B: hue angle of 68.33º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9C37B is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 195 | 123 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.24 |
| HSL | 68.33º | 0.38% | 0.62% | - |
| HSV(B) | 68.33º | 0.37% | 0.76% | - |
| XYZ | 43.1 | 50.77 | 26.27 | - |
| YUV | 183.8 | 93.69 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 195 | 123 | 0.05 | 0 | 0.37 | 0.24 | 68.33 | 0.38 | 0.62 |
| Hex | B9 | C3 | 7B | 5 | 0 | 25 | 18 | 44 | 26 | 3E |
| Octal | 271 | 303 | 173 | 5 | 0 | 45 | 30 | 104 | 46 | 76 |
| Binary | 10111001 | 11000011 | 1111011 | 101 | 0 | 100101 | 11000 | 1000100 | 100110 | 111110 |
Color Harmonies of #B9C37B
Complementary color
Monochromatic Colors of #B9C37B
Black with #B9C37B
Text Example
Text Example
White with #B9C37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C37B; }
p { color: rgb(185,195,123); }
H1.HeaderClassName
{
color: #B9C37B;
}
.AnyTagClassName
{
color: #B9C37B;
}
</style>
background-color css
<style>
a { background-color: #B9C37B; }
a { background-color: rgb(185,195,123); }
div.DivClassName
{
background-color: #B9C37B;
}
.BgClassName
{
background-color: #B9C37B;
}
</style>
border-color css
<style>
span { border-color: #B9C37B; }
span { border-color: rgb(185,195,123); }
td.TdClassName
{
border-color: #B9C37B;
}
.TagClassName
{
border-color: #B9C37B;
}
</style>