Shades of Sprout #B3BE9B
Tints of Sprout #B3BE9B
RGB
CMYK
RGB Variations
Color information
#B3BE9B (or 0xB3BE9B) is known color: Sprout. HEX triplet: B3, BE and 9B. RGB value is (179,190,155). Sum of RGB (Red+Green+Blue) = 179+190+155=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BE9B is #4C4164. Grayscale: #B6B6B6. Windows color (decimal): -4997477 or 10206899. OLE color: 10206899.
HSL color Cylindrical-coordinate representation of color #B3BE9B: hue angle of 78.86º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3BE9B is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 190 | 155 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.25 |
| HSL | 78.86º | 0.21% | 0.68% | - |
| HSV(B) | 78.86º | 0.18% | 0.75% | - |
| XYZ | 42.92 | 48.78 | 38.16 | - |
| YUV | 182.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 190 | 155 | 0.06 | 0 | 0.18 | 0.25 | 78.86 | 0.21 | 0.68 |
| Hex | B3 | BE | 9B | 6 | 0 | 12 | 19 | 4F | 15 | 44 |
| Octal | 263 | 276 | 233 | 6 | 0 | 22 | 31 | 117 | 25 | 104 |
| Binary | 10110011 | 10111110 | 10011011 | 110 | 0 | 10010 | 11001 | 1001111 | 10101 | 1000100 |
Color Harmonies of #B3BE9B
Complementary color
Monochromatic Colors of #B3BE9B
Black with #B3BE9B
Text Example
Text Example
White with #B3BE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BE9B; }
p { color: rgb(179,190,155); }
H1.HeaderClassName
{
color: #B3BE9B;
}
.AnyTagClassName
{
color: #B3BE9B;
}
</style>
background-color css
<style>
a { background-color: #B3BE9B; }
a { background-color: rgb(179,190,155); }
div.DivClassName
{
background-color: #B3BE9B;
}
.BgClassName
{
background-color: #B3BE9B;
}
</style>
border-color css
<style>
span { border-color: #B3BE9B; }
span { border-color: rgb(179,190,155); }
td.TdClassName
{
border-color: #B3BE9B;
}
.TagClassName
{
border-color: #B3BE9B;
}
</style>