Shades of Sprout #BBC69C
Tints of Sprout #BBC69C
RGB
CMYK
RGB Variations
Color information
#BBC69C (or 0xBBC69C) is known color: Sprout. HEX triplet: BB, C6 and 9C. RGB value is (187,198,156). Sum of RGB (Red+Green+Blue) = 187+198+156=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC69C is #443963. Grayscale: #BEBEBE. Windows color (decimal): -4471140 or 10274491. OLE color: 10274491.
HSL color Cylindrical-coordinate representation of color #BBC69C: hue angle of 75.71º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBC69C is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 156 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.22 |
| HSL | 75.71º | 0.27% | 0.69% | - |
| HSV(B) | 75.71º | 0.21% | 0.78% | - |
| XYZ | 46.69 | 53.35 | 39.29 | - |
| YUV | 189.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 156 | 0.06 | 0 | 0.21 | 0.22 | 75.71 | 0.27 | 0.69 |
| Hex | BB | C6 | 9C | 6 | 0 | 15 | 16 | 4C | 1B | 45 |
| Octal | 273 | 306 | 234 | 6 | 0 | 25 | 26 | 114 | 33 | 105 |
| Binary | 10111011 | 11000110 | 10011100 | 110 | 0 | 10101 | 10110 | 1001100 | 11011 | 1000101 |
Color Harmonies of #BBC69C
Complementary color
Monochromatic Colors of #BBC69C
Black with #BBC69C
Text Example
Text Example
White with #BBC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC69C; }
p { color: rgb(187,198,156); }
H1.HeaderClassName
{
color: #BBC69C;
}
.AnyTagClassName
{
color: #BBC69C;
}
</style>
background-color css
<style>
a { background-color: #BBC69C; }
a { background-color: rgb(187,198,156); }
div.DivClassName
{
background-color: #BBC69C;
}
.BgClassName
{
background-color: #BBC69C;
}
</style>
border-color css
<style>
span { border-color: #BBC69C; }
span { border-color: rgb(187,198,156); }
td.TdClassName
{
border-color: #BBC69C;
}
.TagClassName
{
border-color: #BBC69C;
}
</style>