Shades of Caper #B5D273
Tints of Caper #B5D273
RGB
CMYK
RGB Variations
Color information
#B5D273 (or 0xB5D273) is known color: Caper. HEX triplet: B5, D2 and 73. RGB value is (181,210,115). Sum of RGB (Red+Green+Blue) = 181+210+115=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D273 is #4A2D8C. Grayscale: #BEBEBE. Windows color (decimal): -4861325 or 7590581. OLE color: 7590581.
HSL color Cylindrical-coordinate representation of color #B5D273: hue angle of 78.32º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5D273 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 115 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.18 |
| HSL | 78.32º | 0.51% | 0.64% | - |
| HSV(B) | 78.32º | 0.45% | 0.82% | - |
| XYZ | 45.2 | 57.15 | 24.87 | - |
| YUV | 190.5 | 85.39 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 115 | 0.14 | 0 | 0.45 | 0.18 | 78.32 | 0.51 | 0.64 |
| Hex | B5 | D2 | 73 | E | 0 | 2D | 12 | 4E | 33 | 40 |
| Octal | 265 | 322 | 163 | 16 | 0 | 55 | 22 | 116 | 63 | 100 |
| Binary | 10110101 | 11010010 | 1110011 | 1110 | 0 | 101101 | 10010 | 1001110 | 110011 | 1000000 |
Color Harmonies of #B5D273
Complementary color
Monochromatic Colors of #B5D273
Black with #B5D273
Text Example
Text Example
White with #B5D273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D273; }
p { color: rgb(181,210,115); }
H1.HeaderClassName
{
color: #B5D273;
}
.AnyTagClassName
{
color: #B5D273;
}
</style>
background-color css
<style>
a { background-color: #B5D273; }
a { background-color: rgb(181,210,115); }
div.DivClassName
{
background-color: #B5D273;
}
.BgClassName
{
background-color: #B5D273;
}
</style>
border-color css
<style>
span { border-color: #B5D273; }
span { border-color: rgb(181,210,115); }
td.TdClassName
{
border-color: #B5D273;
}
.TagClassName
{
border-color: #B5D273;
}
</style>