Shades of Caper #B1D673
Tints of Caper #B1D673
RGB
CMYK
RGB Variations
Color information
#B1D673 (or 0xB1D673) is known color: Caper. HEX triplet: B1, D6 and 73. RGB value is (177,214,115). Sum of RGB (Red+Green+Blue) = 177+214+115=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D673 is #4E298C. Grayscale: #C0C0C0. Windows color (decimal): -5122445 or 7591601. OLE color: 7591601.
HSL color Cylindrical-coordinate representation of color #B1D673: hue angle of 82.42º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1D673 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 214 | 115 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.16 |
| HSL | 82.42º | 0.55% | 0.65% | - |
| HSV(B) | 82.42º | 0.46% | 0.84% | - |
| XYZ | 45.27 | 58.68 | 25.16 | - |
| YUV | 191.65 | 84.74 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 214 | 115 | 0.17 | 0 | 0.46 | 0.16 | 82.42 | 0.55 | 0.65 |
| Hex | B1 | D6 | 73 | 11 | 0 | 2E | 10 | 52 | 37 | 41 |
| Octal | 261 | 326 | 163 | 21 | 0 | 56 | 20 | 122 | 67 | 101 |
| Binary | 10110001 | 11010110 | 1110011 | 10001 | 0 | 101110 | 10000 | 1010010 | 110111 | 1000001 |
Color Harmonies of #B1D673
Complementary color
Monochromatic Colors of #B1D673
Black with #B1D673
Text Example
Text Example
White with #B1D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D673; }
p { color: rgb(177,214,115); }
H1.HeaderClassName
{
color: #B1D673;
}
.AnyTagClassName
{
color: #B1D673;
}
</style>
background-color css
<style>
a { background-color: #B1D673; }
a { background-color: rgb(177,214,115); }
div.DivClassName
{
background-color: #B1D673;
}
.BgClassName
{
background-color: #B1D673;
}
</style>
border-color css
<style>
span { border-color: #B1D673; }
span { border-color: rgb(177,214,115); }
td.TdClassName
{
border-color: #B1D673;
}
.TagClassName
{
border-color: #B1D673;
}
</style>