Shades of Pine Glade #BBC380
Tints of Pine Glade #BBC380
RGB
CMYK
RGB Variations
Color information
#BBC380 (or 0xBBC380) is known color: Pine Glade. HEX triplet: BB, C3 and 80. RGB value is (187,195,128). Sum of RGB (Red+Green+Blue) = 187+195+128=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC380 is #443C7F. Grayscale: #B9B9B9. Windows color (decimal): -4471936 or 8438715. OLE color: 8438715.
HSL color Cylindrical-coordinate representation of color #BBC380: hue angle of 67.16º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBC380 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 128 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.24 |
| HSL | 67.16º | 0.36% | 0.63% | - |
| HSV(B) | 67.16º | 0.34% | 0.76% | - |
| XYZ | 43.9 | 51.15 | 27.98 | - |
| YUV | 184.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 128 | 0.04 | 0 | 0.34 | 0.24 | 67.16 | 0.36 | 0.63 |
| Hex | BB | C3 | 80 | 4 | 0 | 22 | 18 | 43 | 24 | 3F |
| Octal | 273 | 303 | 200 | 4 | 0 | 42 | 30 | 103 | 44 | 77 |
| Binary | 10111011 | 11000011 | 10000000 | 100 | 0 | 100010 | 11000 | 1000011 | 100100 | 111111 |
Color Harmonies of #BBC380
Complementary color
Monochromatic Colors of #BBC380
Black with #BBC380
Text Example
Text Example
White with #BBC380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC380; }
p { color: rgb(187,195,128); }
H1.HeaderClassName
{
color: #BBC380;
}
.AnyTagClassName
{
color: #BBC380;
}
</style>
background-color css
<style>
a { background-color: #BBC380; }
a { background-color: rgb(187,195,128); }
div.DivClassName
{
background-color: #BBC380;
}
.BgClassName
{
background-color: #BBC380;
}
</style>
border-color css
<style>
span { border-color: #BBC380; }
span { border-color: rgb(187,195,128); }
td.TdClassName
{
border-color: #BBC380;
}
.TagClassName
{
border-color: #BBC380;
}
</style>