Shades of Caper #B5D072
Tints of Caper #B5D072
RGB
CMYK
RGB Variations
Color information
#B5D072 (or 0xB5D072) is known color: Caper. HEX triplet: B5, D0 and 72. RGB value is (181,208,114). Sum of RGB (Red+Green+Blue) = 181+208+114=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D072 is #4A2F8D. Grayscale: #BDBDBD. Windows color (decimal): -4861838 or 7524533. OLE color: 7524533.
HSL color Cylindrical-coordinate representation of color #B5D072: hue angle of 77.23º 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 #B5D072 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 114 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.18 |
| HSL | 77.23º | 0.5% | 0.63% | - |
| HSV(B) | 77.23º | 0.45% | 0.82% | - |
| XYZ | 44.65 | 56.15 | 24.4 | - |
| YUV | 189.21 | 85.55 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 114 | 0.13 | 0 | 0.45 | 0.18 | 77.23 | 0.5 | 0.63 |
| Hex | B5 | D0 | 72 | D | 0 | 2D | 12 | 4D | 32 | 3F |
| Octal | 265 | 320 | 162 | 15 | 0 | 55 | 22 | 115 | 62 | 77 |
| Binary | 10110101 | 11010000 | 1110010 | 1101 | 0 | 101101 | 10010 | 1001101 | 110010 | 111111 |
Color Harmonies of #B5D072
Complementary color
Monochromatic Colors of #B5D072
Black with #B5D072
Text Example
Text Example
White with #B5D072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D072; }
p { color: rgb(181,208,114); }
H1.HeaderClassName
{
color: #B5D072;
}
.AnyTagClassName
{
color: #B5D072;
}
</style>
background-color css
<style>
a { background-color: #B5D072; }
a { background-color: rgb(181,208,114); }
div.DivClassName
{
background-color: #B5D072;
}
.BgClassName
{
background-color: #B5D072;
}
</style>
border-color css
<style>
span { border-color: #B5D072; }
span { border-color: rgb(181,208,114); }
td.TdClassName
{
border-color: #B5D072;
}
.TagClassName
{
border-color: #B5D072;
}
</style>