Shades of Caper #B4D072
Tints of Caper #B4D072
RGB
CMYK
RGB Variations
Color information
#B4D072 (or 0xB4D072) is known color: Caper. HEX triplet: B4, D0 and 72. RGB value is (180,208,114). Sum of RGB (Red+Green+Blue) = 180+208+114=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D072 is #4B2F8D. Grayscale: #BDBDBD. Windows color (decimal): -4927374 or 7524532. OLE color: 7524532.
HSL color Cylindrical-coordinate representation of color #B4D072: hue angle of 77.87º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4D072 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 208 | 114 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.18 |
| HSL | 77.87º | 0.5% | 0.63% | - |
| HSV(B) | 77.87º | 0.45% | 0.82% | - |
| XYZ | 44.42 | 56.03 | 24.39 | - |
| YUV | 188.91 | 85.72 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 208 | 114 | 0.13 | 0 | 0.45 | 0.18 | 77.87 | 0.5 | 0.63 |
| Hex | B4 | D0 | 72 | D | 0 | 2D | 12 | 4E | 32 | 3F |
| Octal | 264 | 320 | 162 | 15 | 0 | 55 | 22 | 116 | 62 | 77 |
| Binary | 10110100 | 11010000 | 1110010 | 1101 | 0 | 101101 | 10010 | 1001110 | 110010 | 111111 |
Color Harmonies of #B4D072
Complementary color
Monochromatic Colors of #B4D072
Black with #B4D072
Text Example
Text Example
White with #B4D072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D072; }
p { color: rgb(180,208,114); }
H1.HeaderClassName
{
color: #B4D072;
}
.AnyTagClassName
{
color: #B4D072;
}
</style>
background-color css
<style>
a { background-color: #B4D072; }
a { background-color: rgb(180,208,114); }
div.DivClassName
{
background-color: #B4D072;
}
.BgClassName
{
background-color: #B4D072;
}
</style>
border-color css
<style>
span { border-color: #B4D072; }
span { border-color: rgb(180,208,114); }
td.TdClassName
{
border-color: #B4D072;
}
.TagClassName
{
border-color: #B4D072;
}
</style>