Shades of Sprout #BBCC93
Tints of Sprout #BBCC93
RGB
CMYK
RGB Variations
Color information
#BBCC93 (or 0xBBCC93) is known color: Sprout. HEX triplet: BB, CC and 93. RGB value is (187,204,147). Sum of RGB (Red+Green+Blue) = 187+204+147=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC93 is #44336C. Grayscale: #C0C0C0. Windows color (decimal): -4469613 or 9686203. OLE color: 9686203.
HSL color Cylindrical-coordinate representation of color #BBCC93: hue angle of 77.89º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBCC93 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 147 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.2 |
| HSL | 77.89º | 0.36% | 0.69% | - |
| HSV(B) | 77.89º | 0.28% | 0.8% | - |
| XYZ | 47.35 | 55.86 | 35.89 | - |
| YUV | 192.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 147 | 0.08 | 0 | 0.28 | 0.2 | 77.89 | 0.36 | 0.69 |
| Hex | BB | CC | 93 | 8 | 0 | 1C | 14 | 4E | 24 | 45 |
| Octal | 273 | 314 | 223 | 10 | 0 | 34 | 24 | 116 | 44 | 105 |
| Binary | 10111011 | 11001100 | 10010011 | 1000 | 0 | 11100 | 10100 | 1001110 | 100100 | 1000101 |
Color Harmonies of #BBCC93
Complementary color
Monochromatic Colors of #BBCC93
Black with #BBCC93
Text Example
Text Example
White with #BBCC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC93; }
p { color: rgb(187,204,147); }
H1.HeaderClassName
{
color: #BBCC93;
}
.AnyTagClassName
{
color: #BBCC93;
}
</style>
background-color css
<style>
a { background-color: #BBCC93; }
a { background-color: rgb(187,204,147); }
div.DivClassName
{
background-color: #BBCC93;
}
.BgClassName
{
background-color: #BBCC93;
}
</style>
border-color css
<style>
span { border-color: #BBCC93; }
span { border-color: rgb(187,204,147); }
td.TdClassName
{
border-color: #BBCC93;
}
.TagClassName
{
border-color: #BBCC93;
}
</style>