Shades of Sprout #B5BE9F
Tints of Sprout #B5BE9F
RGB
CMYK
RGB Variations
Color information
#B5BE9F (or 0xB5BE9F) is known color: Sprout. HEX triplet: B5, BE and 9F. RGB value is (181,190,159). Sum of RGB (Red+Green+Blue) = 181+190+159=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BE9F is #4A4160. Grayscale: #B7B7B7. Windows color (decimal): -4866401 or 10469045. OLE color: 10469045.
HSL color Cylindrical-coordinate representation of color #B5BE9F: hue angle of 77.42º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5BE9F is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
RGB | 181 | 190 | 159 | - |
CMYK | 0.05 | 0 | 0.16 | 0.25 |
HSL | 77.42º | 0.19% | 0.68% | - |
HSV(B) | 77.42º | 0.16% | 0.75% | - |
XYZ | 43.73 | 49.15 | 39.98 | - |
YUV | 183.78 | 114.02 | 126.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 190 | 159 | 0.05 | 0 | 0.16 | 0.25 | 77.42 | 0.19 | 0.68 |
Hex | B5 | BE | 9F | 5 | 0 | 10 | 19 | 4D | 13 | 44 |
Octal | 265 | 276 | 237 | 5 | 0 | 20 | 31 | 115 | 23 | 104 |
Binary | 10110101 | 10111110 | 10011111 | 101 | 0 | 10000 | 11001 | 1001101 | 10011 | 1000100 |
Color Harmonies of #B5BE9F
Complementary color
Monochromatic Colors of #B5BE9F
Black with #B5BE9F
Text Example
Text Example
White with #B5BE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BE9F; }
p { color: rgb(181,190,159); }
H1.HeaderClassName
{
color: #B5BE9F;
}
.AnyTagClassName
{
color: #B5BE9F;
}
</style>
background-color css
<style>
a { background-color: #B5BE9F; }
a { background-color: rgb(181,190,159); }
div.DivClassName
{
background-color: #B5BE9F;
}
.BgClassName
{
background-color: #B5BE9F;
}
</style>
border-color css
<style>
span { border-color: #B5BE9F; }
span { border-color: rgb(181,190,159); }
td.TdClassName
{
border-color: #B5BE9F;
}
.TagClassName
{
border-color: #B5BE9F;
}
</style>