Shades of Pine Glade #BBC18A
Tints of Pine Glade #BBC18A
RGB
CMYK
RGB Variations
Color information
#BBC18A (or 0xBBC18A) is known color: Pine Glade. HEX triplet: BB, C1 and 8A. RGB value is (187,193,138). Sum of RGB (Red+Green+Blue) = 187+193+138=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC18A is #443E75. Grayscale: #B9B9B9. Windows color (decimal): -4472438 or 9093563. OLE color: 9093563.
HSL color Cylindrical-coordinate representation of color #BBC18A: hue angle of 66.55º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBC18A is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 138 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.24 |
| HSL | 66.55º | 0.31% | 0.65% | - |
| HSV(B) | 66.55º | 0.28% | 0.76% | - |
| XYZ | 44.15 | 50.54 | 31.47 | - |
| YUV | 184.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 138 | 0.03 | 0 | 0.28 | 0.24 | 66.55 | 0.31 | 0.65 |
| Hex | BB | C1 | 8A | 3 | 0 | 1C | 18 | 43 | 1F | 41 |
| Octal | 273 | 301 | 212 | 3 | 0 | 34 | 30 | 103 | 37 | 101 |
| Binary | 10111011 | 11000001 | 10001010 | 11 | 0 | 11100 | 11000 | 1000011 | 11111 | 1000001 |
Color Harmonies of #BBC18A
Complementary color
Monochromatic Colors of #BBC18A
Black with #BBC18A
Text Example
Text Example
White with #BBC18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC18A; }
p { color: rgb(187,193,138); }
H1.HeaderClassName
{
color: #BBC18A;
}
.AnyTagClassName
{
color: #BBC18A;
}
</style>
background-color css
<style>
a { background-color: #BBC18A; }
a { background-color: rgb(187,193,138); }
div.DivClassName
{
background-color: #BBC18A;
}
.BgClassName
{
background-color: #BBC18A;
}
</style>
border-color css
<style>
span { border-color: #BBC18A; }
span { border-color: rgb(187,193,138); }
td.TdClassName
{
border-color: #BBC18A;
}
.TagClassName
{
border-color: #BBC18A;
}
</style>