Shades of Caper #B8CF79
Tints of Caper #B8CF79
RGB
CMYK
RGB Variations
Color information
#B8CF79 (or 0xB8CF79) is known color: Caper. HEX triplet: B8, CF and 79. RGB value is (184,207,121). Sum of RGB (Red+Green+Blue) = 184+207+121=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CF79 is #473086. Grayscale: #BEBEBE. Windows color (decimal): -4665479 or 7983032. OLE color: 7983032.
HSL color Cylindrical-coordinate representation of color #B8CF79: hue angle of 76.05º 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 #B8CF79 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 207 | 121 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.19 |
| HSL | 76.05º | 0.47% | 0.64% | - |
| HSV(B) | 76.05º | 0.42% | 0.81% | - |
| XYZ | 45.53 | 56.2 | 26.54 | - |
| YUV | 190.32 | 88.88 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 121 | 0.11 | 0 | 0.42 | 0.19 | 76.05 | 0.47 | 0.64 |
| Hex | B8 | CF | 79 | B | 0 | 2A | 13 | 4C | 2F | 40 |
| Octal | 270 | 317 | 171 | 13 | 0 | 52 | 23 | 114 | 57 | 100 |
| Binary | 10111000 | 11001111 | 1111001 | 1011 | 0 | 101010 | 10011 | 1001100 | 101111 | 1000000 |
Color Harmonies of #B8CF79
Complementary color
Monochromatic Colors of #B8CF79
Black with #B8CF79
Text Example
Text Example
White with #B8CF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CF79; }
p { color: rgb(184,207,121); }
H1.HeaderClassName
{
color: #B8CF79;
}
.AnyTagClassName
{
color: #B8CF79;
}
</style>
background-color css
<style>
a { background-color: #B8CF79; }
a { background-color: rgb(184,207,121); }
div.DivClassName
{
background-color: #B8CF79;
}
.BgClassName
{
background-color: #B8CF79;
}
</style>
border-color css
<style>
span { border-color: #B8CF79; }
span { border-color: rgb(184,207,121); }
td.TdClassName
{
border-color: #B8CF79;
}
.TagClassName
{
border-color: #B8CF79;
}
</style>