Shades of Sprout #B4D48C
Tints of Sprout #B4D48C
RGB
CMYK
RGB Variations
Color information
#B4D48C (or 0xB4D48C) is known color: Sprout. HEX triplet: B4, D4 and 8C. RGB value is (180,212,140). Sum of RGB (Red+Green+Blue) = 180+212+140=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D48C is #4B2B73. Grayscale: #C2C2C2. Windows color (decimal): -4926324 or 9229492. OLE color: 9229492.
HSL color Cylindrical-coordinate representation of color #B4D48C: hue angle of 86.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4D48C is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 212 | 140 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.17 |
| HSL | 86.67º | 0.46% | 0.69% | - |
| HSV(B) | 86.67º | 0.34% | 0.83% | - |
| XYZ | 47.1 | 58.68 | 33.66 | - |
| YUV | 194.22 | 97.4 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 212 | 140 | 0.15 | 0 | 0.34 | 0.17 | 86.67 | 0.46 | 0.69 |
| Hex | B4 | D4 | 8C | F | 0 | 22 | 11 | 57 | 2E | 45 |
| Octal | 264 | 324 | 214 | 17 | 0 | 42 | 21 | 127 | 56 | 105 |
| Binary | 10110100 | 11010100 | 10001100 | 1111 | 0 | 100010 | 10001 | 1010111 | 101110 | 1000101 |
Color Harmonies of #B4D48C
Complementary color
Monochromatic Colors of #B4D48C
Black with #B4D48C
Text Example
Text Example
White with #B4D48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D48C; }
p { color: rgb(180,212,140); }
H1.HeaderClassName
{
color: #B4D48C;
}
.AnyTagClassName
{
color: #B4D48C;
}
</style>
background-color css
<style>
a { background-color: #B4D48C; }
a { background-color: rgb(180,212,140); }
div.DivClassName
{
background-color: #B4D48C;
}
.BgClassName
{
background-color: #B4D48C;
}
</style>
border-color css
<style>
span { border-color: #B4D48C; }
span { border-color: rgb(180,212,140); }
td.TdClassName
{
border-color: #B4D48C;
}
.TagClassName
{
border-color: #B4D48C;
}
</style>