Shades of Caper #B2D572
Tints of Caper #B2D572
RGB
CMYK
RGB Variations
Color information
#B2D572 (or 0xB2D572) is known color: Caper. HEX triplet: B2, D5 and 72. RGB value is (178,213,114). Sum of RGB (Red+Green+Blue) = 178+213+114=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D572 is #4D2A8D. Grayscale: #BFBFBF. Windows color (decimal): -5057166 or 7525810. OLE color: 7525810.
HSL color Cylindrical-coordinate representation of color #B2D572: hue angle of 81.21º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2D572 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 114 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.16 |
| HSL | 81.21º | 0.54% | 0.64% | - |
| HSV(B) | 81.21º | 0.46% | 0.84% | - |
| XYZ | 45.19 | 58.27 | 24.78 | - |
| YUV | 191.25 | 84.4 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 114 | 0.16 | 0 | 0.46 | 0.16 | 81.21 | 0.54 | 0.64 |
| Hex | B2 | D5 | 72 | 10 | 0 | 2E | 10 | 51 | 36 | 40 |
| Octal | 262 | 325 | 162 | 20 | 0 | 56 | 20 | 121 | 66 | 100 |
| Binary | 10110010 | 11010101 | 1110010 | 10000 | 0 | 101110 | 10000 | 1010001 | 110110 | 1000000 |
Color Harmonies of #B2D572
Complementary color
Monochromatic Colors of #B2D572
Black with #B2D572
Text Example
Text Example
White with #B2D572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D572; }
p { color: rgb(178,213,114); }
H1.HeaderClassName
{
color: #B2D572;
}
.AnyTagClassName
{
color: #B2D572;
}
</style>
background-color css
<style>
a { background-color: #B2D572; }
a { background-color: rgb(178,213,114); }
div.DivClassName
{
background-color: #B2D572;
}
.BgClassName
{
background-color: #B2D572;
}
</style>
border-color css
<style>
span { border-color: #B2D572; }
span { border-color: rgb(178,213,114); }
td.TdClassName
{
border-color: #B2D572;
}
.TagClassName
{
border-color: #B2D572;
}
</style>