Shades of Sprout #BBCC95
Tints of Sprout #BBCC95
RGB
CMYK
RGB Variations
Color information
#BBCC95 (or 0xBBCC95) is known color: Sprout. HEX triplet: BB, CC and 95. RGB value is (187,204,149). Sum of RGB (Red+Green+Blue) = 187+204+149=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC95 is #44336A. Grayscale: #C0C0C0. Windows color (decimal): -4469611 or 9817275. OLE color: 9817275.
HSL color Cylindrical-coordinate representation of color #BBCC95: hue angle of 78.55º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBCC95 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 149 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.2 |
| HSL | 78.55º | 0.35% | 0.69% | - |
| HSV(B) | 78.55º | 0.27% | 0.8% | - |
| XYZ | 47.51 | 55.92 | 36.72 | - |
| YUV | 192.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 149 | 0.08 | 0 | 0.27 | 0.2 | 78.55 | 0.35 | 0.69 |
| Hex | BB | CC | 95 | 8 | 0 | 1B | 14 | 4F | 23 | 45 |
| Octal | 273 | 314 | 225 | 10 | 0 | 33 | 24 | 117 | 43 | 105 |
| Binary | 10111011 | 11001100 | 10010101 | 1000 | 0 | 11011 | 10100 | 1001111 | 100011 | 1000101 |
Color Harmonies of #BBCC95
Complementary color
Monochromatic Colors of #BBCC95
Black with #BBCC95
Text Example
Text Example
White with #BBCC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC95; }
p { color: rgb(187,204,149); }
H1.HeaderClassName
{
color: #BBCC95;
}
.AnyTagClassName
{
color: #BBCC95;
}
</style>
background-color css
<style>
a { background-color: #BBCC95; }
a { background-color: rgb(187,204,149); }
div.DivClassName
{
background-color: #BBCC95;
}
.BgClassName
{
background-color: #BBCC95;
}
</style>
border-color css
<style>
span { border-color: #BBCC95; }
span { border-color: rgb(187,204,149); }
td.TdClassName
{
border-color: #BBCC95;
}
.TagClassName
{
border-color: #BBCC95;
}
</style>