Shades of Sprout #B3C692
Tints of Sprout #B3C692
RGB
CMYK
RGB Variations
Color information
#B3C692 (or 0xB3C692) is known color: Sprout. HEX triplet: B3, C6 and 92. RGB value is (179,198,146). Sum of RGB (Red+Green+Blue) = 179+198+146=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C692 is #4C396D. Grayscale: #BABABA. Windows color (decimal): -4995438 or 9619123. OLE color: 9619123.
HSL color Cylindrical-coordinate representation of color #B3C692: hue angle of 81.92º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3C692 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 198 | 146 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.22 |
| HSL | 81.92º | 0.31% | 0.67% | - |
| HSV(B) | 81.92º | 0.26% | 0.78% | - |
| XYZ | 43.97 | 52.05 | 34.92 | - |
| YUV | 186.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 198 | 146 | 0.10 | 0 | 0.26 | 0.22 | 81.92 | 0.31 | 0.67 |
| Hex | B3 | C6 | 92 | A | 0 | 1A | 16 | 52 | 1F | 43 |
| Octal | 263 | 306 | 222 | 12 | 0 | 32 | 26 | 122 | 37 | 103 |
| Binary | 10110011 | 11000110 | 10010010 | 1010 | 0 | 11010 | 10110 | 1010010 | 11111 | 1000011 |
Color Harmonies of #B3C692
Complementary color
Monochromatic Colors of #B3C692
Black with #B3C692
Text Example
Text Example
White with #B3C692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C692; }
p { color: rgb(179,198,146); }
H1.HeaderClassName
{
color: #B3C692;
}
.AnyTagClassName
{
color: #B3C692;
}
</style>
background-color css
<style>
a { background-color: #B3C692; }
a { background-color: rgb(179,198,146); }
div.DivClassName
{
background-color: #B3C692;
}
.BgClassName
{
background-color: #B3C692;
}
</style>
border-color css
<style>
span { border-color: #B3C692; }
span { border-color: rgb(179,198,146); }
td.TdClassName
{
border-color: #B3C692;
}
.TagClassName
{
border-color: #B3C692;
}
</style>