Shades of Sprout #B4CC94
Tints of Sprout #B4CC94
RGB
CMYK
RGB Variations
Color information
#B4CC94 (or 0xB4CC94) is known color: Sprout. HEX triplet: B4, CC and 94. RGB value is (180,204,148). Sum of RGB (Red+Green+Blue) = 180+204+148=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CC94 is #4B336B. Grayscale: #BEBEBE. Windows color (decimal): -4928364 or 9751732. OLE color: 9751732.
HSL color Cylindrical-coordinate representation of color #B4CC94: hue angle of 85.71º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4CC94 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 204 | 148 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.2 |
| HSL | 85.71º | 0.35% | 0.69% | - |
| HSV(B) | 85.71º | 0.27% | 0.8% | - |
| XYZ | 45.76 | 55.03 | 36.23 | - |
| YUV | 190.44 | 104.05 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 204 | 148 | 0.12 | 0 | 0.27 | 0.2 | 85.71 | 0.35 | 0.69 |
| Hex | B4 | CC | 94 | C | 0 | 1B | 14 | 56 | 23 | 45 |
| Octal | 264 | 314 | 224 | 14 | 0 | 33 | 24 | 126 | 43 | 105 |
| Binary | 10110100 | 11001100 | 10010100 | 1100 | 0 | 11011 | 10100 | 1010110 | 100011 | 1000101 |
Color Harmonies of #B4CC94
Complementary color
Monochromatic Colors of #B4CC94
Black with #B4CC94
Text Example
Text Example
White with #B4CC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CC94; }
p { color: rgb(180,204,148); }
H1.HeaderClassName
{
color: #B4CC94;
}
.AnyTagClassName
{
color: #B4CC94;
}
</style>
background-color css
<style>
a { background-color: #B4CC94; }
a { background-color: rgb(180,204,148); }
div.DivClassName
{
background-color: #B4CC94;
}
.BgClassName
{
background-color: #B4CC94;
}
</style>
border-color css
<style>
span { border-color: #B4CC94; }
span { border-color: rgb(180,204,148); }
td.TdClassName
{
border-color: #B4CC94;
}
.TagClassName
{
border-color: #B4CC94;
}
</style>