Shades of Caper #B2C778
Tints of Caper #B2C778
RGB
CMYK
RGB Variations
Color information
#B2C778 (or 0xB2C778) is known color: Caper. HEX triplet: B2, C7 and 78. RGB value is (178,199,120). Sum of RGB (Red+Green+Blue) = 178+199+120=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C778 is #4D3887. Grayscale: #B8B8B8. Windows color (decimal): -5060744 or 7915442. OLE color: 7915442.
HSL color Cylindrical-coordinate representation of color #B2C778: hue angle of 75.95º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2C778 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 199 | 120 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.22 |
| HSL | 75.95º | 0.41% | 0.63% | - |
| HSV(B) | 75.95º | 0.4% | 0.78% | - |
| XYZ | 42.17 | 51.67 | 25.52 | - |
| YUV | 183.72 | 92.04 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 199 | 120 | 0.11 | 0 | 0.40 | 0.22 | 75.95 | 0.41 | 0.63 |
| Hex | B2 | C7 | 78 | B | 0 | 28 | 16 | 4C | 29 | 3F |
| Octal | 262 | 307 | 170 | 13 | 0 | 50 | 26 | 114 | 51 | 77 |
| Binary | 10110010 | 11000111 | 1111000 | 1011 | 0 | 101000 | 10110 | 1001100 | 101001 | 111111 |
Color Harmonies of #B2C778
Complementary color
Monochromatic Colors of #B2C778
Black with #B2C778
Text Example
Text Example
White with #B2C778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C778; }
p { color: rgb(178,199,120); }
H1.HeaderClassName
{
color: #B2C778;
}
.AnyTagClassName
{
color: #B2C778;
}
</style>
background-color css
<style>
a { background-color: #B2C778; }
a { background-color: rgb(178,199,120); }
div.DivClassName
{
background-color: #B2C778;
}
.BgClassName
{
background-color: #B2C778;
}
</style>
border-color css
<style>
span { border-color: #B2C778; }
span { border-color: rgb(178,199,120); }
td.TdClassName
{
border-color: #B2C778;
}
.TagClassName
{
border-color: #B2C778;
}
</style>