Shades of Caper #B1D173
Tints of Caper #B1D173
RGB
CMYK
RGB Variations
Color information
#B1D173 (or 0xB1D173) is known color: Caper. HEX triplet: B1, D1 and 73. RGB value is (177,209,115). Sum of RGB (Red+Green+Blue) = 177+209+115=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #B1D173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D173 is #4E2E8C. Grayscale: #BDBDBD. Windows color (decimal): -5123725 or 7590321. OLE color: 7590321.
HSL color Cylindrical-coordinate representation of color #B1D173: hue angle of 80.43º 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 #B1D173 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 209 | 115 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.18 |
| HSL | 80.43º | 0.51% | 0.64% | - |
| HSV(B) | 80.43º | 0.45% | 0.82% | - |
| XYZ | 44.03 | 56.19 | 24.74 | - |
| YUV | 188.72 | 86.4 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 209 | 115 | 0.15 | 0 | 0.45 | 0.18 | 80.43 | 0.51 | 0.64 |
| Hex | B1 | D1 | 73 | F | 0 | 2D | 12 | 50 | 33 | 40 |
| Octal | 261 | 321 | 163 | 17 | 0 | 55 | 22 | 120 | 63 | 100 |
| Binary | 10110001 | 11010001 | 1110011 | 1111 | 0 | 101101 | 10010 | 1010000 | 110011 | 1000000 |
Color Harmonies of #B1D173
Complementary color
Monochromatic Colors of #B1D173
Black with #B1D173
Text Example
Text Example
White with #B1D173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D173; }
p { color: rgb(177,209,115); }
H1.HeaderClassName
{
color: #B1D173;
}
.AnyTagClassName
{
color: #B1D173;
}
</style>
background-color css
<style>
a { background-color: #B1D173; }
a { background-color: rgb(177,209,115); }
div.DivClassName
{
background-color: #B1D173;
}
.BgClassName
{
background-color: #B1D173;
}
</style>
border-color css
<style>
span { border-color: #B1D173; }
span { border-color: rgb(177,209,115); }
td.TdClassName
{
border-color: #B1D173;
}
.TagClassName
{
border-color: #B1D173;
}
</style>