Shades of Green Spring #B4BC9A
Tints of Green Spring #B4BC9A
RGB
CMYK
RGB Variations
Color information
#B4BC9A (or 0xB4BC9A) is known color: Green Spring. HEX triplet: B4, BC and 9A. RGB value is (180,188,154). Sum of RGB (Red+Green+Blue) = 180+188+154=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BC9A is #4B4365. Grayscale: #B5B5B5. Windows color (decimal): -4932454 or 10140852. OLE color: 10140852.
HSL color Cylindrical-coordinate representation of color #B4BC9A: hue angle of 74.12º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4BC9A is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 188 | 154 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.26 |
| HSL | 74.12º | 0.2% | 0.67% | - |
| HSV(B) | 74.12º | 0.18% | 0.74% | - |
| XYZ | 42.64 | 48 | 37.59 | - |
| YUV | 181.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 154 | 0.04 | 0 | 0.18 | 0.26 | 74.12 | 0.2 | 0.67 |
| Hex | B4 | BC | 9A | 4 | 0 | 12 | 1A | 4A | 14 | 43 |
| Octal | 264 | 274 | 232 | 4 | 0 | 22 | 32 | 112 | 24 | 103 |
| Binary | 10110100 | 10111100 | 10011010 | 100 | 0 | 10010 | 11010 | 1001010 | 10100 | 1000011 |
Color Harmonies of #B4BC9A
Complementary color
Monochromatic Colors of #B4BC9A
Black with #B4BC9A
Text Example
Text Example
White with #B4BC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BC9A; }
p { color: rgb(180,188,154); }
H1.HeaderClassName
{
color: #B4BC9A;
}
.AnyTagClassName
{
color: #B4BC9A;
}
</style>
background-color css
<style>
a { background-color: #B4BC9A; }
a { background-color: rgb(180,188,154); }
div.DivClassName
{
background-color: #B4BC9A;
}
.BgClassName
{
background-color: #B4BC9A;
}
</style>
border-color css
<style>
span { border-color: #B4BC9A; }
span { border-color: rgb(180,188,154); }
td.TdClassName
{
border-color: #B4BC9A;
}
.TagClassName
{
border-color: #B4BC9A;
}
</style>