Shades of Caper #B5D173
Tints of Caper #B5D173
RGB
CMYK
RGB Variations
Color information
#B5D173 (or 0xB5D173) is known color: Caper. HEX triplet: B5, D1 and 73. RGB value is (181,209,115). Sum of RGB (Red+Green+Blue) = 181+209+115=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D173 is #4A2E8C. Grayscale: #BEBEBE. Windows color (decimal): -4861581 or 7590325. OLE color: 7590325.
HSL color Cylindrical-coordinate representation of color #B5D173: hue angle of 77.87º 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 #B5D173 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 209 | 115 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.18 |
| HSL | 77.87º | 0.51% | 0.64% | - |
| HSV(B) | 77.87º | 0.45% | 0.82% | - |
| XYZ | 44.95 | 56.66 | 24.79 | - |
| YUV | 189.91 | 85.72 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 209 | 115 | 0.13 | 0 | 0.45 | 0.18 | 77.87 | 0.51 | 0.64 |
| Hex | B5 | D1 | 73 | D | 0 | 2D | 12 | 4E | 33 | 40 |
| Octal | 265 | 321 | 163 | 15 | 0 | 55 | 22 | 116 | 63 | 100 |
| Binary | 10110101 | 11010001 | 1110011 | 1101 | 0 | 101101 | 10010 | 1001110 | 110011 | 1000000 |
Color Harmonies of #B5D173
Complementary color
Monochromatic Colors of #B5D173
Black with #B5D173
Text Example
Text Example
White with #B5D173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D173; }
p { color: rgb(181,209,115); }
H1.HeaderClassName
{
color: #B5D173;
}
.AnyTagClassName
{
color: #B5D173;
}
</style>
background-color css
<style>
a { background-color: #B5D173; }
a { background-color: rgb(181,209,115); }
div.DivClassName
{
background-color: #B5D173;
}
.BgClassName
{
background-color: #B5D173;
}
</style>
border-color css
<style>
span { border-color: #B5D173; }
span { border-color: rgb(181,209,115); }
td.TdClassName
{
border-color: #B5D173;
}
.TagClassName
{
border-color: #B5D173;
}
</style>