Shades of Pine Glade #BBC48A
Tints of Pine Glade #BBC48A
RGB
CMYK
RGB Variations
Color information
#BBC48A (or 0xBBC48A) is known color: Pine Glade. HEX triplet: BB, C4 and 8A. RGB value is (187,196,138). Sum of RGB (Red+Green+Blue) = 187+196+138=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC48A is #443B75. Grayscale: #BABABA. Windows color (decimal): -4471670 or 9094331. OLE color: 9094331.
HSL color Cylindrical-coordinate representation of color #BBC48A: hue angle of 69.31º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBC48A is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 138 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.23 |
| HSL | 69.31º | 0.33% | 0.65% | - |
| HSV(B) | 69.31º | 0.3% | 0.77% | - |
| XYZ | 44.82 | 51.88 | 31.7 | - |
| YUV | 186.7 | 100.52 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 138 | 0.05 | 0 | 0.30 | 0.23 | 69.31 | 0.33 | 0.65 |
| Hex | BB | C4 | 8A | 5 | 0 | 1E | 17 | 45 | 21 | 41 |
| Octal | 273 | 304 | 212 | 5 | 0 | 36 | 27 | 105 | 41 | 101 |
| Binary | 10111011 | 11000100 | 10001010 | 101 | 0 | 11110 | 10111 | 1000101 | 100001 | 1000001 |
Color Harmonies of #BBC48A
Complementary color
Monochromatic Colors of #BBC48A
Black with #BBC48A
Text Example
Text Example
White with #BBC48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC48A; }
p { color: rgb(187,196,138); }
H1.HeaderClassName
{
color: #BBC48A;
}
.AnyTagClassName
{
color: #BBC48A;
}
</style>
background-color css
<style>
a { background-color: #BBC48A; }
a { background-color: rgb(187,196,138); }
div.DivClassName
{
background-color: #BBC48A;
}
.BgClassName
{
background-color: #BBC48A;
}
</style>
border-color css
<style>
span { border-color: #BBC48A; }
span { border-color: rgb(187,196,138); }
td.TdClassName
{
border-color: #BBC48A;
}
.TagClassName
{
border-color: #BBC48A;
}
</style>