Shades of Caper #B4D672
Tints of Caper #B4D672
RGB
CMYK
RGB Variations
Color information
#B4D672 (or 0xB4D672) is known color: Caper. HEX triplet: B4, D6 and 72. RGB value is (180,214,114). Sum of RGB (Red+Green+Blue) = 180+214+114=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D672 is #4B298D. Grayscale: #C0C0C0. Windows color (decimal): -4925838 or 7526068. OLE color: 7526068.
HSL color Cylindrical-coordinate representation of color #B4D672: hue angle of 80.4º degrees, saturation: 0.55, 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 #B4D672 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 214 | 114 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.16 |
| HSL | 80.4º | 0.55% | 0.64% | - |
| HSV(B) | 80.4º | 0.47% | 0.84% | - |
| XYZ | 45.91 | 59.01 | 24.89 | - |
| YUV | 192.43 | 83.74 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 214 | 114 | 0.16 | 0 | 0.47 | 0.16 | 80.4 | 0.55 | 0.64 |
| Hex | B4 | D6 | 72 | 10 | 0 | 2F | 10 | 50 | 37 | 40 |
| Octal | 264 | 326 | 162 | 20 | 0 | 57 | 20 | 120 | 67 | 100 |
| Binary | 10110100 | 11010110 | 1110010 | 10000 | 0 | 101111 | 10000 | 1010000 | 110111 | 1000000 |
Color Harmonies of #B4D672
Complementary color
Monochromatic Colors of #B4D672
Black with #B4D672
Text Example
Text Example
White with #B4D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D672; }
p { color: rgb(180,214,114); }
H1.HeaderClassName
{
color: #B4D672;
}
.AnyTagClassName
{
color: #B4D672;
}
</style>
background-color css
<style>
a { background-color: #B4D672; }
a { background-color: rgb(180,214,114); }
div.DivClassName
{
background-color: #B4D672;
}
.BgClassName
{
background-color: #B4D672;
}
</style>
border-color css
<style>
span { border-color: #B4D672; }
span { border-color: rgb(180,214,114); }
td.TdClassName
{
border-color: #B4D672;
}
.TagClassName
{
border-color: #B4D672;
}
</style>