Shades of Caper #B2D275
Tints of Caper #B2D275
RGB
CMYK
RGB Variations
Color information
#B2D275 (or 0xB2D275) is known color: Caper. HEX triplet: B2, D2 and 75. RGB value is (178,210,117). Sum of RGB (Red+Green+Blue) = 178+210+117=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D275 is #4D2D8A. Grayscale: #BEBEBE. Windows color (decimal): -5057931 or 7721650. OLE color: 7721650.
HSL color Cylindrical-coordinate representation of color #B2D275: hue angle of 80.65º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2D275 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 117 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.18 |
| HSL | 80.65º | 0.51% | 0.64% | - |
| HSV(B) | 80.65º | 0.44% | 0.82% | - |
| XYZ | 44.62 | 56.84 | 25.45 | - |
| YUV | 189.83 | 86.9 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 117 | 0.15 | 0 | 0.44 | 0.18 | 80.65 | 0.51 | 0.64 |
| Hex | B2 | D2 | 75 | F | 0 | 2C | 12 | 51 | 33 | 40 |
| Octal | 262 | 322 | 165 | 17 | 0 | 54 | 22 | 121 | 63 | 100 |
| Binary | 10110010 | 11010010 | 1110101 | 1111 | 0 | 101100 | 10010 | 1010001 | 110011 | 1000000 |
Color Harmonies of #B2D275
Complementary color
Monochromatic Colors of #B2D275
Black with #B2D275
Text Example
Text Example
White with #B2D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D275; }
p { color: rgb(178,210,117); }
H1.HeaderClassName
{
color: #B2D275;
}
.AnyTagClassName
{
color: #B2D275;
}
</style>
background-color css
<style>
a { background-color: #B2D275; }
a { background-color: rgb(178,210,117); }
div.DivClassName
{
background-color: #B2D275;
}
.BgClassName
{
background-color: #B2D275;
}
</style>
border-color css
<style>
span { border-color: #B2D275; }
span { border-color: rgb(178,210,117); }
td.TdClassName
{
border-color: #B2D275;
}
.TagClassName
{
border-color: #B2D275;
}
</style>