Shades of Caper #B7D678
Tints of Caper #B7D678
RGB
CMYK
RGB Variations
Color information
#B7D678 (or 0xB7D678) is known color: Caper. HEX triplet: B7, D6 and 78. RGB value is (183,214,120). Sum of RGB (Red+Green+Blue) = 183+214+120=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D678 is #482987. Grayscale: #C2C2C2. Windows color (decimal): -4729224 or 7919287. OLE color: 7919287.
HSL color Cylindrical-coordinate representation of color #B7D678: hue angle of 79.79º degrees, saturation: 0.53, 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 #B7D678 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 120 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.16 |
| HSL | 79.79º | 0.53% | 0.65% | - |
| HSV(B) | 79.79º | 0.44% | 0.84% | - |
| XYZ | 46.97 | 59.52 | 26.78 | - |
| YUV | 194.02 | 86.23 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 120 | 0.14 | 0 | 0.44 | 0.16 | 79.79 | 0.53 | 0.65 |
| Hex | B7 | D6 | 78 | E | 0 | 2C | 10 | 50 | 35 | 41 |
| Octal | 267 | 326 | 170 | 16 | 0 | 54 | 20 | 120 | 65 | 101 |
| Binary | 10110111 | 11010110 | 1111000 | 1110 | 0 | 101100 | 10000 | 1010000 | 110101 | 1000001 |
Color Harmonies of #B7D678
Complementary color
Monochromatic Colors of #B7D678
Black with #B7D678
Text Example
Text Example
White with #B7D678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D678; }
p { color: rgb(183,214,120); }
H1.HeaderClassName
{
color: #B7D678;
}
.AnyTagClassName
{
color: #B7D678;
}
</style>
background-color css
<style>
a { background-color: #B7D678; }
a { background-color: rgb(183,214,120); }
div.DivClassName
{
background-color: #B7D678;
}
.BgClassName
{
background-color: #B7D678;
}
</style>
border-color css
<style>
span { border-color: #B7D678; }
span { border-color: rgb(183,214,120); }
td.TdClassName
{
border-color: #B7D678;
}
.TagClassName
{
border-color: #B7D678;
}
</style>