Shades of Caper #B2D677
Tints of Caper #B2D677
RGB
CMYK
RGB Variations
Color information
#B2D677 (or 0xB2D677) is known color: Caper. HEX triplet: B2, D6 and 77. RGB value is (178,214,119). Sum of RGB (Red+Green+Blue) = 178+214+119=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D677 is #4D2988. Grayscale: #C0C0C0. Windows color (decimal): -5056905 or 7853746. OLE color: 7853746.
HSL color Cylindrical-coordinate representation of color #B2D677: hue angle of 82.74º degrees, saturation: 0.54, 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 #B2D677 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 119 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.16 |
| HSL | 82.74º | 0.54% | 0.65% | - |
| HSV(B) | 82.74º | 0.44% | 0.84% | - |
| XYZ | 45.74 | 58.89 | 26.41 | - |
| YUV | 192.41 | 86.57 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 119 | 0.17 | 0 | 0.44 | 0.16 | 82.74 | 0.54 | 0.65 |
| Hex | B2 | D6 | 77 | 11 | 0 | 2C | 10 | 53 | 36 | 41 |
| Octal | 262 | 326 | 167 | 21 | 0 | 54 | 20 | 123 | 66 | 101 |
| Binary | 10110010 | 11010110 | 1110111 | 10001 | 0 | 101100 | 10000 | 1010011 | 110110 | 1000001 |
Color Harmonies of #B2D677
Complementary color
Monochromatic Colors of #B2D677
Black with #B2D677
Text Example
Text Example
White with #B2D677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D677; }
p { color: rgb(178,214,119); }
H1.HeaderClassName
{
color: #B2D677;
}
.AnyTagClassName
{
color: #B2D677;
}
</style>
background-color css
<style>
a { background-color: #B2D677; }
a { background-color: rgb(178,214,119); }
div.DivClassName
{
background-color: #B2D677;
}
.BgClassName
{
background-color: #B2D677;
}
</style>
border-color css
<style>
span { border-color: #B2D677; }
span { border-color: rgb(178,214,119); }
td.TdClassName
{
border-color: #B2D677;
}
.TagClassName
{
border-color: #B2D677;
}
</style>