Shades of Caper #B1D677
Tints of Caper #B1D677
RGB
CMYK
RGB Variations
Color information
#B1D677 (or 0xB1D677) is known color: Caper. HEX triplet: B1, D6 and 77. RGB value is (177,214,119). Sum of RGB (Red+Green+Blue) = 177+214+119=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D677 is #4E2988. Grayscale: #C0C0C0. Windows color (decimal): -5122441 or 7853745. OLE color: 7853745.
HSL color Cylindrical-coordinate representation of color #B1D677: hue angle of 83.37º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1D677 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 214 | 119 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.16 |
| HSL | 83.37º | 0.54% | 0.65% | - |
| HSV(B) | 83.37º | 0.44% | 0.84% | - |
| XYZ | 45.51 | 58.77 | 26.4 | - |
| YUV | 192.11 | 86.74 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 214 | 119 | 0.17 | 0 | 0.44 | 0.16 | 83.37 | 0.54 | 0.65 |
| Hex | B1 | D6 | 77 | 11 | 0 | 2C | 10 | 53 | 36 | 41 |
| Octal | 261 | 326 | 167 | 21 | 0 | 54 | 20 | 123 | 66 | 101 |
| Binary | 10110001 | 11010110 | 1110111 | 10001 | 0 | 101100 | 10000 | 1010011 | 110110 | 1000001 |
Color Harmonies of #B1D677
Complementary color
Monochromatic Colors of #B1D677
Black with #B1D677
Text Example
Text Example
White with #B1D677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D677; }
p { color: rgb(177,214,119); }
H1.HeaderClassName
{
color: #B1D677;
}
.AnyTagClassName
{
color: #B1D677;
}
</style>
background-color css
<style>
a { background-color: #B1D677; }
a { background-color: rgb(177,214,119); }
div.DivClassName
{
background-color: #B1D677;
}
.BgClassName
{
background-color: #B1D677;
}
</style>
border-color css
<style>
span { border-color: #B1D677; }
span { border-color: rgb(177,214,119); }
td.TdClassName
{
border-color: #B1D677;
}
.TagClassName
{
border-color: #B1D677;
}
</style>