Shades of Sprout #BBCD92
Tints of Sprout #BBCD92
RGB
CMYK
RGB Variations
Color information
#BBCD92 (or 0xBBCD92) is known color: Sprout. HEX triplet: BB, CD and 92. RGB value is (187,205,146). Sum of RGB (Red+Green+Blue) = 187+205+146=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCD92 is #44326D. Grayscale: #C1C1C1. Windows color (decimal): -4469358 or 9620923. OLE color: 9620923.
HSL color Cylindrical-coordinate representation of color #BBCD92: hue angle of 78.31º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBCD92 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 146 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.20 |
| HSL | 78.31º | 0.37% | 0.69% | - |
| HSV(B) | 78.31º | 0.29% | 0.8% | - |
| XYZ | 47.51 | 56.3 | 35.56 | - |
| YUV | 192.89 | 101.54 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 146 | 0.09 | 0 | 0.29 | 0.20 | 78.31 | 0.37 | 0.69 |
| Hex | BB | CD | 92 | 9 | 0 | 1D | 14 | 4E | 25 | 45 |
| Octal | 273 | 315 | 222 | 11 | 0 | 35 | 24 | 116 | 45 | 105 |
| Binary | 10111011 | 11001101 | 10010010 | 1001 | 0 | 11101 | 10100 | 1001110 | 100101 | 1000101 |
Color Harmonies of #BBCD92
Complementary color
Monochromatic Colors of #BBCD92
Black with #BBCD92
Text Example
Text Example
White with #BBCD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD92; }
p { color: rgb(187,205,146); }
H1.HeaderClassName
{
color: #BBCD92;
}
.AnyTagClassName
{
color: #BBCD92;
}
</style>
background-color css
<style>
a { background-color: #BBCD92; }
a { background-color: rgb(187,205,146); }
div.DivClassName
{
background-color: #BBCD92;
}
.BgClassName
{
background-color: #BBCD92;
}
</style>
border-color css
<style>
span { border-color: #BBCD92; }
span { border-color: rgb(187,205,146); }
td.TdClassName
{
border-color: #BBCD92;
}
.TagClassName
{
border-color: #BBCD92;
}
</style>