Shades of Sprout #B5C09D
Tints of Sprout #B5C09D
RGB
CMYK
RGB Variations
Color information
#B5C09D (or 0xB5C09D) is known color: Sprout. HEX triplet: B5, C0 and 9D. RGB value is (181,192,157). Sum of RGB (Red+Green+Blue) = 181+192+157=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C09D is #4A3F62. Grayscale: #B8B8B8. Windows color (decimal): -4865891 or 10338485. OLE color: 10338485.
HSL color Cylindrical-coordinate representation of color #B5C09D: hue angle of 78.86º degrees, saturation: 0.22, 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 #B5C09D is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
RGB | 181 | 192 | 157 | - |
CMYK | 0.06 | 0 | 0.18 | 0.25 |
HSL | 78.86º | 0.22% | 0.68% | - |
HSV(B) | 78.86º | 0.18% | 0.75% | - |
XYZ | 43.99 | 49.96 | 39.22 | - |
YUV | 184.72 | 112.36 | 125.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 192 | 157 | 0.06 | 0 | 0.18 | 0.25 | 78.86 | 0.22 | 0.68 |
Hex | B5 | C0 | 9D | 6 | 0 | 12 | 19 | 4F | 16 | 44 |
Octal | 265 | 300 | 235 | 6 | 0 | 22 | 31 | 117 | 26 | 104 |
Binary | 10110101 | 11000000 | 10011101 | 110 | 0 | 10010 | 11001 | 1001111 | 10110 | 1000100 |
Color Harmonies of #B5C09D
Complementary color
Monochromatic Colors of #B5C09D
Black with #B5C09D
Text Example
Text Example
White with #B5C09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C09D; }
p { color: rgb(181,192,157); }
H1.HeaderClassName
{
color: #B5C09D;
}
.AnyTagClassName
{
color: #B5C09D;
}
</style>
background-color css
<style>
a { background-color: #B5C09D; }
a { background-color: rgb(181,192,157); }
div.DivClassName
{
background-color: #B5C09D;
}
.BgClassName
{
background-color: #B5C09D;
}
</style>
border-color css
<style>
span { border-color: #B5C09D; }
span { border-color: rgb(181,192,157); }
td.TdClassName
{
border-color: #B5C09D;
}
.TagClassName
{
border-color: #B5C09D;
}
</style>