Shades of Pine Glade #BBC573
Tints of Pine Glade #BBC573
RGB
CMYK
RGB Variations
Color information
#BBC573 (or 0xBBC573) is known color: Pine Glade. HEX triplet: BB, C5 and 73. RGB value is (187,197,115). Sum of RGB (Red+Green+Blue) = 187+197+115=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC573 is #443A8C. Grayscale: #B8B8B8. Windows color (decimal): -4471437 or 7587259. OLE color: 7587259.
HSL color Cylindrical-coordinate representation of color #BBC573: hue angle of 67.32º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBC573 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 115 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.23 |
| HSL | 67.32º | 0.41% | 0.61% | - |
| HSV(B) | 67.32º | 0.42% | 0.77% | - |
| XYZ | 43.55 | 51.74 | 23.91 | - |
| YUV | 184.66 | 88.69 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 115 | 0.05 | 0 | 0.42 | 0.23 | 67.32 | 0.41 | 0.61 |
| Hex | BB | C5 | 73 | 5 | 0 | 2A | 17 | 43 | 29 | 3D |
| Octal | 273 | 305 | 163 | 5 | 0 | 52 | 27 | 103 | 51 | 75 |
| Binary | 10111011 | 11000101 | 1110011 | 101 | 0 | 101010 | 10111 | 1000011 | 101001 | 111101 |
Color Harmonies of #BBC573
Complementary color
Monochromatic Colors of #BBC573
Black with #BBC573
Text Example
Text Example
White with #BBC573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC573; }
p { color: rgb(187,197,115); }
H1.HeaderClassName
{
color: #BBC573;
}
.AnyTagClassName
{
color: #BBC573;
}
</style>
background-color css
<style>
a { background-color: #BBC573; }
a { background-color: rgb(187,197,115); }
div.DivClassName
{
background-color: #BBC573;
}
.BgClassName
{
background-color: #BBC573;
}
</style>
border-color css
<style>
span { border-color: #BBC573; }
span { border-color: rgb(187,197,115); }
td.TdClassName
{
border-color: #BBC573;
}
.TagClassName
{
border-color: #BBC573;
}
</style>