Shades of Caper #B5D677
Tints of Caper #B5D677
RGB
CMYK
RGB Variations
Color information
#B5D677 (or 0xB5D677) is known color: Caper. HEX triplet: B5, D6 and 77. RGB value is (181,214,119). Sum of RGB (Red+Green+Blue) = 181+214+119=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D677 is #4A2988. Grayscale: #C1C1C1. Windows color (decimal): -4860297 or 7853749. OLE color: 7853749.
HSL color Cylindrical-coordinate representation of color #B5D677: hue angle of 80.84º 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 #B5D677 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 119 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.16 |
| HSL | 80.84º | 0.54% | 0.65% | - |
| HSV(B) | 80.84º | 0.44% | 0.84% | - |
| XYZ | 46.43 | 59.25 | 26.44 | - |
| YUV | 193.3 | 86.07 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 119 | 0.15 | 0 | 0.44 | 0.16 | 80.84 | 0.54 | 0.65 |
| Hex | B5 | D6 | 77 | F | 0 | 2C | 10 | 51 | 36 | 41 |
| Octal | 265 | 326 | 167 | 17 | 0 | 54 | 20 | 121 | 66 | 101 |
| Binary | 10110101 | 11010110 | 1110111 | 1111 | 0 | 101100 | 10000 | 1010001 | 110110 | 1000001 |
Color Harmonies of #B5D677
Complementary color
Monochromatic Colors of #B5D677
Black with #B5D677
Text Example
Text Example
White with #B5D677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D677; }
p { color: rgb(181,214,119); }
H1.HeaderClassName
{
color: #B5D677;
}
.AnyTagClassName
{
color: #B5D677;
}
</style>
background-color css
<style>
a { background-color: #B5D677; }
a { background-color: rgb(181,214,119); }
div.DivClassName
{
background-color: #B5D677;
}
.BgClassName
{
background-color: #B5D677;
}
</style>
border-color css
<style>
span { border-color: #B5D677; }
span { border-color: rgb(181,214,119); }
td.TdClassName
{
border-color: #B5D677;
}
.TagClassName
{
border-color: #B5D677;
}
</style>