Shades of Caper #B2D678
Tints of Caper #B2D678
RGB
CMYK
RGB Variations
Color information
#B2D678 (or 0xB2D678) is known color: Caper. HEX triplet: B2, D6 and 78. RGB value is (178,214,120). Sum of RGB (Red+Green+Blue) = 178+214+120=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D678 is #4D2987. Grayscale: #C0C0C0. Windows color (decimal): -5056904 or 7919282. OLE color: 7919282.
HSL color Cylindrical-coordinate representation of color #B2D678: hue angle of 82.98º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2D678 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 120 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.16 |
| HSL | 82.98º | 0.53% | 0.65% | - |
| HSV(B) | 82.98º | 0.44% | 0.84% | - |
| XYZ | 45.8 | 58.91 | 26.73 | - |
| YUV | 192.52 | 87.07 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 120 | 0.17 | 0 | 0.44 | 0.16 | 82.98 | 0.53 | 0.65 |
| Hex | B2 | D6 | 78 | 11 | 0 | 2C | 10 | 53 | 35 | 41 |
| Octal | 262 | 326 | 170 | 21 | 0 | 54 | 20 | 123 | 65 | 101 |
| Binary | 10110010 | 11010110 | 1111000 | 10001 | 0 | 101100 | 10000 | 1010011 | 110101 | 1000001 |
Color Harmonies of #B2D678
Complementary color
Monochromatic Colors of #B2D678
Black with #B2D678
Text Example
Text Example
White with #B2D678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D678; }
p { color: rgb(178,214,120); }
H1.HeaderClassName
{
color: #B2D678;
}
.AnyTagClassName
{
color: #B2D678;
}
</style>
background-color css
<style>
a { background-color: #B2D678; }
a { background-color: rgb(178,214,120); }
div.DivClassName
{
background-color: #B2D678;
}
.BgClassName
{
background-color: #B2D678;
}
</style>
border-color css
<style>
span { border-color: #B2D678; }
span { border-color: rgb(178,214,120); }
td.TdClassName
{
border-color: #B2D678;
}
.TagClassName
{
border-color: #B2D678;
}
</style>