Shades of Sprout #BBCA90
Tints of Sprout #BBCA90
RGB
CMYK
RGB Variations
Color information
#BBCA90 (or 0xBBCA90) is known color: Sprout. HEX triplet: BB, CA and 90. RGB value is (187,202,144). Sum of RGB (Red+Green+Blue) = 187+202+144=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCA90 is #44356F. Grayscale: #BFBFBF. Windows color (decimal): -4470128 or 9489083. OLE color: 9489083.
HSL color Cylindrical-coordinate representation of color #BBCA90: hue angle of 75.52º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBCA90 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 202 | 144 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.21 |
| HSL | 75.52º | 0.35% | 0.68% | - |
| HSV(B) | 75.52º | 0.29% | 0.79% | - |
| XYZ | 46.65 | 54.82 | 34.51 | - |
| YUV | 190.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 144 | 0.07 | 0 | 0.29 | 0.21 | 75.52 | 0.35 | 0.68 |
| Hex | BB | CA | 90 | 7 | 0 | 1D | 15 | 4C | 23 | 44 |
| Octal | 273 | 312 | 220 | 7 | 0 | 35 | 25 | 114 | 43 | 104 |
| Binary | 10111011 | 11001010 | 10010000 | 111 | 0 | 11101 | 10101 | 1001100 | 100011 | 1000100 |
Color Harmonies of #BBCA90
Complementary color
Monochromatic Colors of #BBCA90
Black with #BBCA90
Text Example
Text Example
White with #BBCA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCA90; }
p { color: rgb(187,202,144); }
H1.HeaderClassName
{
color: #BBCA90;
}
.AnyTagClassName
{
color: #BBCA90;
}
</style>
background-color css
<style>
a { background-color: #BBCA90; }
a { background-color: rgb(187,202,144); }
div.DivClassName
{
background-color: #BBCA90;
}
.BgClassName
{
background-color: #BBCA90;
}
</style>
border-color css
<style>
span { border-color: #BBCA90; }
span { border-color: rgb(187,202,144); }
td.TdClassName
{
border-color: #BBCA90;
}
.TagClassName
{
border-color: #BBCA90;
}
</style>