Shades of Caper #B4D571
Tints of Caper #B4D571
RGB
CMYK
RGB Variations
Color information
#B4D571 (or 0xB4D571) is known color: Caper. HEX triplet: B4, D5 and 71. RGB value is (180,213,113). Sum of RGB (Red+Green+Blue) = 180+213+113=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D571 is #4B2A8E. Grayscale: #C0C0C0. Windows color (decimal): -4926095 or 7460276. OLE color: 7460276.
HSL color Cylindrical-coordinate representation of color #B4D571: hue angle of 79.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4D571 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 213 | 113 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.16 |
| HSL | 79.8º | 0.54% | 0.64% | - |
| HSV(B) | 79.8º | 0.47% | 0.84% | - |
| XYZ | 45.6 | 58.48 | 24.51 | - |
| YUV | 191.73 | 83.57 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 113 | 0.15 | 0 | 0.47 | 0.16 | 79.8 | 0.54 | 0.64 |
| Hex | B4 | D5 | 71 | F | 0 | 2F | 10 | 50 | 36 | 40 |
| Octal | 264 | 325 | 161 | 17 | 0 | 57 | 20 | 120 | 66 | 100 |
| Binary | 10110100 | 11010101 | 1110001 | 1111 | 0 | 101111 | 10000 | 1010000 | 110110 | 1000000 |
Color Harmonies of #B4D571
Complementary color
Monochromatic Colors of #B4D571
Black with #B4D571
Text Example
Text Example
White with #B4D571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D571; }
p { color: rgb(180,213,113); }
H1.HeaderClassName
{
color: #B4D571;
}
.AnyTagClassName
{
color: #B4D571;
}
</style>
background-color css
<style>
a { background-color: #B4D571; }
a { background-color: rgb(180,213,113); }
div.DivClassName
{
background-color: #B4D571;
}
.BgClassName
{
background-color: #B4D571;
}
</style>
border-color css
<style>
span { border-color: #B4D571; }
span { border-color: rgb(180,213,113); }
td.TdClassName
{
border-color: #B4D571;
}
.TagClassName
{
border-color: #B4D571;
}
</style>