Shades of Caper #B2CF79
Tints of Caper #B2CF79
RGB
CMYK
RGB Variations
Color information
#B2CF79 (or 0xB2CF79) is known color: Caper. HEX triplet: B2, CF and 79. RGB value is (178,207,121). Sum of RGB (Red+Green+Blue) = 178+207+121=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CF79 is #4D3086. Grayscale: #BCBCBC. Windows color (decimal): -5058695 or 7983026. OLE color: 7983026.
HSL color Cylindrical-coordinate representation of color #B2CF79: hue angle of 80.23º 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 #B2CF79 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 121 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.19 |
| HSL | 80.23º | 0.47% | 0.64% | - |
| HSV(B) | 80.23º | 0.42% | 0.81% | - |
| XYZ | 44.12 | 55.47 | 26.47 | - |
| YUV | 188.53 | 89.89 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 121 | 0.14 | 0 | 0.42 | 0.19 | 80.23 | 0.47 | 0.64 |
| Hex | B2 | CF | 79 | E | 0 | 2A | 13 | 50 | 2F | 40 |
| Octal | 262 | 317 | 171 | 16 | 0 | 52 | 23 | 120 | 57 | 100 |
| Binary | 10110010 | 11001111 | 1111001 | 1110 | 0 | 101010 | 10011 | 1010000 | 101111 | 1000000 |
Color Harmonies of #B2CF79
Complementary color
Monochromatic Colors of #B2CF79
Black with #B2CF79
Text Example
Text Example
White with #B2CF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CF79; }
p { color: rgb(178,207,121); }
H1.HeaderClassName
{
color: #B2CF79;
}
.AnyTagClassName
{
color: #B2CF79;
}
</style>
background-color css
<style>
a { background-color: #B2CF79; }
a { background-color: rgb(178,207,121); }
div.DivClassName
{
background-color: #B2CF79;
}
.BgClassName
{
background-color: #B2CF79;
}
</style>
border-color css
<style>
span { border-color: #B2CF79; }
span { border-color: rgb(178,207,121); }
td.TdClassName
{
border-color: #B2CF79;
}
.TagClassName
{
border-color: #B2CF79;
}
</style>