Shades of Caper #B4CF80
Tints of Caper #B4CF80
RGB
CMYK
RGB Variations
Color information
#B4CF80 (or 0xB4CF80) is known color: Caper. HEX triplet: B4, CF and 80. RGB value is (180,207,128). Sum of RGB (Red+Green+Blue) = 180+207+128=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CF80 is #4B307F. Grayscale: #BEBEBE. Windows color (decimal): -4927616 or 8441780. OLE color: 8441780.
HSL color Cylindrical-coordinate representation of color #B4CF80: hue angle of 80.51º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4CF80 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 207 | 128 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.19 |
| HSL | 80.51º | 0.45% | 0.66% | - |
| HSV(B) | 80.51º | 0.38% | 0.81% | - |
| XYZ | 45.03 | 55.89 | 28.84 | - |
| YUV | 189.92 | 93.05 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 207 | 128 | 0.13 | 0 | 0.38 | 0.19 | 80.51 | 0.45 | 0.66 |
| Hex | B4 | CF | 80 | D | 0 | 26 | 13 | 51 | 2D | 42 |
| Octal | 264 | 317 | 200 | 15 | 0 | 46 | 23 | 121 | 55 | 102 |
| Binary | 10110100 | 11001111 | 10000000 | 1101 | 0 | 100110 | 10011 | 1010001 | 101101 | 1000010 |
Color Harmonies of #B4CF80
Complementary color
Monochromatic Colors of #B4CF80
Black with #B4CF80
Text Example
Text Example
White with #B4CF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CF80; }
p { color: rgb(180,207,128); }
H1.HeaderClassName
{
color: #B4CF80;
}
.AnyTagClassName
{
color: #B4CF80;
}
</style>
background-color css
<style>
a { background-color: #B4CF80; }
a { background-color: rgb(180,207,128); }
div.DivClassName
{
background-color: #B4CF80;
}
.BgClassName
{
background-color: #B4CF80;
}
</style>
border-color css
<style>
span { border-color: #B4CF80; }
span { border-color: rgb(180,207,128); }
td.TdClassName
{
border-color: #B4CF80;
}
.TagClassName
{
border-color: #B4CF80;
}
</style>