Shades of Caper #B4D577
Tints of Caper #B4D577
RGB
CMYK
RGB Variations
Color information
#B4D577 (or 0xB4D577) is known color: Caper. HEX triplet: B4, D5 and 77. RGB value is (180,213,119). Sum of RGB (Red+Green+Blue) = 180+213+119=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D577 is #4B2A88. Grayscale: #C0C0C0. Windows color (decimal): -4926089 or 7853492. OLE color: 7853492.
HSL color Cylindrical-coordinate representation of color #B4D577: hue angle of 81.06º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4D577 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 213 | 119 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.16 |
| HSL | 81.06º | 0.53% | 0.65% | - |
| HSV(B) | 81.06º | 0.44% | 0.84% | - |
| XYZ | 45.95 | 58.62 | 26.35 | - |
| YUV | 192.42 | 86.57 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 119 | 0.15 | 0 | 0.44 | 0.16 | 81.06 | 0.53 | 0.65 |
| Hex | B4 | D5 | 77 | F | 0 | 2C | 10 | 51 | 35 | 41 |
| Octal | 264 | 325 | 167 | 17 | 0 | 54 | 20 | 121 | 65 | 101 |
| Binary | 10110100 | 11010101 | 1110111 | 1111 | 0 | 101100 | 10000 | 1010001 | 110101 | 1000001 |
Color Harmonies of #B4D577
Complementary color
Monochromatic Colors of #B4D577
Black with #B4D577
Text Example
Text Example
White with #B4D577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D577; }
p { color: rgb(180,213,119); }
H1.HeaderClassName
{
color: #B4D577;
}
.AnyTagClassName
{
color: #B4D577;
}
</style>
background-color css
<style>
a { background-color: #B4D577; }
a { background-color: rgb(180,213,119); }
div.DivClassName
{
background-color: #B4D577;
}
.BgClassName
{
background-color: #B4D577;
}
</style>
border-color css
<style>
span { border-color: #B4D577; }
span { border-color: rgb(180,213,119); }
td.TdClassName
{
border-color: #B4D577;
}
.TagClassName
{
border-color: #B4D577;
}
</style>