Shades of Caper #B8D680
Tints of Caper #B8D680
RGB
CMYK
RGB Variations
Color information
#B8D680 (or 0xB8D680) is known color: Caper. HEX triplet: B8, D6 and 80. RGB value is (184,214,128). Sum of RGB (Red+Green+Blue) = 184+214+128=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D680 is #47297F. Grayscale: #C3C3C3. Windows color (decimal): -4663680 or 8443576. OLE color: 8443576.
HSL color Cylindrical-coordinate representation of color #B8D680: hue angle of 80.93º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8D680 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 214 | 128 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.16 |
| HSL | 80.93º | 0.51% | 0.67% | - |
| HSV(B) | 80.93º | 0.4% | 0.84% | - |
| XYZ | 47.71 | 59.84 | 29.46 | - |
| YUV | 195.23 | 90.06 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 214 | 128 | 0.14 | 0 | 0.40 | 0.16 | 80.93 | 0.51 | 0.67 |
| Hex | B8 | D6 | 80 | E | 0 | 28 | 10 | 51 | 33 | 43 |
| Octal | 270 | 326 | 200 | 16 | 0 | 50 | 20 | 121 | 63 | 103 |
| Binary | 10111000 | 11010110 | 10000000 | 1110 | 0 | 101000 | 10000 | 1010001 | 110011 | 1000011 |
Color Harmonies of #B8D680
Complementary color
Monochromatic Colors of #B8D680
Black with #B8D680
Text Example
Text Example
White with #B8D680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D680; }
p { color: rgb(184,214,128); }
H1.HeaderClassName
{
color: #B8D680;
}
.AnyTagClassName
{
color: #B8D680;
}
</style>
background-color css
<style>
a { background-color: #B8D680; }
a { background-color: rgb(184,214,128); }
div.DivClassName
{
background-color: #B8D680;
}
.BgClassName
{
background-color: #B8D680;
}
</style>
border-color css
<style>
span { border-color: #B8D680; }
span { border-color: rgb(184,214,128); }
td.TdClassName
{
border-color: #B8D680;
}
.TagClassName
{
border-color: #B8D680;
}
</style>