Shades of Sprout #B4C09A
Tints of Sprout #B4C09A
RGB
CMYK
RGB Variations
Color information
#B4C09A (or 0xB4C09A) is known color: Sprout. HEX triplet: B4, C0 and 9A. RGB value is (180,192,154). Sum of RGB (Red+Green+Blue) = 180+192+154=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C09A is #4B3F65. Grayscale: #B8B8B8. Windows color (decimal): -4931430 or 10141876. OLE color: 10141876.
HSL color Cylindrical-coordinate representation of color #B4C09A: hue angle of 78.95º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4C09A is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 192 | 154 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.25 |
| HSL | 78.95º | 0.23% | 0.68% | - |
| HSV(B) | 78.95º | 0.2% | 0.75% | - |
| XYZ | 43.5 | 49.74 | 37.88 | - |
| YUV | 184.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 192 | 154 | 0.06 | 0 | 0.20 | 0.25 | 78.95 | 0.23 | 0.68 |
| Hex | B4 | C0 | 9A | 6 | 0 | 14 | 19 | 4F | 17 | 44 |
| Octal | 264 | 300 | 232 | 6 | 0 | 24 | 31 | 117 | 27 | 104 |
| Binary | 10110100 | 11000000 | 10011010 | 110 | 0 | 10100 | 11001 | 1001111 | 10111 | 1000100 |
Color Harmonies of #B4C09A
Complementary color
Monochromatic Colors of #B4C09A
Black with #B4C09A
Text Example
Text Example
White with #B4C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C09A; }
p { color: rgb(180,192,154); }
H1.HeaderClassName
{
color: #B4C09A;
}
.AnyTagClassName
{
color: #B4C09A;
}
</style>
background-color css
<style>
a { background-color: #B4C09A; }
a { background-color: rgb(180,192,154); }
div.DivClassName
{
background-color: #B4C09A;
}
.BgClassName
{
background-color: #B4C09A;
}
</style>
border-color css
<style>
span { border-color: #B4C09A; }
span { border-color: rgb(180,192,154); }
td.TdClassName
{
border-color: #B4C09A;
}
.TagClassName
{
border-color: #B4C09A;
}
</style>