Shades of Caper #B1D078
Tints of Caper #B1D078
RGB
CMYK
RGB Variations
Color information
#B1D078 (or 0xB1D078) is known color: Caper. HEX triplet: B1, D0 and 78. RGB value is (177,208,120). Sum of RGB (Red+Green+Blue) = 177+208+120=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D078 is #4E2F87. Grayscale: #BDBDBD. Windows color (decimal): -5123976 or 7917745. OLE color: 7917745.
HSL color Cylindrical-coordinate representation of color #B1D078: hue angle of 81.14º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1D078 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 208 | 120 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.18 |
| HSL | 81.14º | 0.48% | 0.64% | - |
| HSV(B) | 81.14º | 0.42% | 0.82% | - |
| XYZ | 44.08 | 55.81 | 26.22 | - |
| YUV | 188.7 | 89.23 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 208 | 120 | 0.15 | 0 | 0.42 | 0.18 | 81.14 | 0.48 | 0.64 |
| Hex | B1 | D0 | 78 | F | 0 | 2A | 12 | 51 | 30 | 40 |
| Octal | 261 | 320 | 170 | 17 | 0 | 52 | 22 | 121 | 60 | 100 |
| Binary | 10110001 | 11010000 | 1111000 | 1111 | 0 | 101010 | 10010 | 1010001 | 110000 | 1000000 |
Color Harmonies of #B1D078
Complementary color
Monochromatic Colors of #B1D078
Black with #B1D078
Text Example
Text Example
White with #B1D078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D078; }
p { color: rgb(177,208,120); }
H1.HeaderClassName
{
color: #B1D078;
}
.AnyTagClassName
{
color: #B1D078;
}
</style>
background-color css
<style>
a { background-color: #B1D078; }
a { background-color: rgb(177,208,120); }
div.DivClassName
{
background-color: #B1D078;
}
.BgClassName
{
background-color: #B1D078;
}
</style>
border-color css
<style>
span { border-color: #B1D078; }
span { border-color: rgb(177,208,120); }
td.TdClassName
{
border-color: #B1D078;
}
.TagClassName
{
border-color: #B1D078;
}
</style>