Shades of Caper #B2D673
Tints of Caper #B2D673
RGB
CMYK
RGB Variations
Color information
#B2D673 (or 0xB2D673) is known color: Caper. HEX triplet: B2, D6 and 73. RGB value is (178,214,115). Sum of RGB (Red+Green+Blue) = 178+214+115=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D673 is #4D298C. Grayscale: #C0C0C0. Windows color (decimal): -5056909 or 7591602. OLE color: 7591602.
HSL color Cylindrical-coordinate representation of color #B2D673: hue angle of 81.82º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2D673 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 115 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.16 |
| HSL | 81.82º | 0.55% | 0.65% | - |
| HSV(B) | 81.82º | 0.46% | 0.84% | - |
| XYZ | 45.5 | 58.8 | 25.17 | - |
| YUV | 191.95 | 84.57 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 115 | 0.17 | 0 | 0.46 | 0.16 | 81.82 | 0.55 | 0.65 |
| Hex | B2 | D6 | 73 | 11 | 0 | 2E | 10 | 52 | 37 | 41 |
| Octal | 262 | 326 | 163 | 21 | 0 | 56 | 20 | 122 | 67 | 101 |
| Binary | 10110010 | 11010110 | 1110011 | 10001 | 0 | 101110 | 10000 | 1010010 | 110111 | 1000001 |
Color Harmonies of #B2D673
Complementary color
Monochromatic Colors of #B2D673
Black with #B2D673
Text Example
Text Example
White with #B2D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D673; }
p { color: rgb(178,214,115); }
H1.HeaderClassName
{
color: #B2D673;
}
.AnyTagClassName
{
color: #B2D673;
}
</style>
background-color css
<style>
a { background-color: #B2D673; }
a { background-color: rgb(178,214,115); }
div.DivClassName
{
background-color: #B2D673;
}
.BgClassName
{
background-color: #B2D673;
}
</style>
border-color css
<style>
span { border-color: #B2D673; }
span { border-color: rgb(178,214,115); }
td.TdClassName
{
border-color: #B2D673;
}
.TagClassName
{
border-color: #B2D673;
}
</style>