Shades of Caper #B0CF79
Tints of Caper #B0CF79
RGB
CMYK
RGB Variations
Color information
#B0CF79 (or 0xB0CF79) is known color: Caper. HEX triplet: B0, CF and 79. RGB value is (176,207,121). Sum of RGB (Red+Green+Blue) = 176+207+121=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF79 is #4F3086. Grayscale: #BCBCBC. Windows color (decimal): -5189767 or 7983024. OLE color: 7983024.
HSL color Cylindrical-coordinate representation of color #B0CF79: hue angle of 81.63º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0CF79 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 207 | 121 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.19 |
| HSL | 81.63º | 0.47% | 0.64% | - |
| HSV(B) | 81.63º | 0.42% | 0.81% | - |
| XYZ | 43.67 | 55.24 | 26.45 | - |
| YUV | 187.93 | 90.23 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 121 | 0.15 | 0 | 0.42 | 0.19 | 81.63 | 0.47 | 0.64 |
| Hex | B0 | CF | 79 | F | 0 | 2A | 13 | 52 | 2F | 40 |
| Octal | 260 | 317 | 171 | 17 | 0 | 52 | 23 | 122 | 57 | 100 |
| Binary | 10110000 | 11001111 | 1111001 | 1111 | 0 | 101010 | 10011 | 1010010 | 101111 | 1000000 |
Color Harmonies of #B0CF79
Complementary color
Monochromatic Colors of #B0CF79
Black with #B0CF79
Text Example
Text Example
White with #B0CF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CF79; }
p { color: rgb(176,207,121); }
H1.HeaderClassName
{
color: #B0CF79;
}
.AnyTagClassName
{
color: #B0CF79;
}
</style>
background-color css
<style>
a { background-color: #B0CF79; }
a { background-color: rgb(176,207,121); }
div.DivClassName
{
background-color: #B0CF79;
}
.BgClassName
{
background-color: #B0CF79;
}
</style>
border-color css
<style>
span { border-color: #B0CF79; }
span { border-color: rgb(176,207,121); }
td.TdClassName
{
border-color: #B0CF79;
}
.TagClassName
{
border-color: #B0CF79;
}
</style>