Shades of Caper #B2D273
Tints of Caper #B2D273
RGB
CMYK
RGB Variations
Color information
#B2D273 (or 0xB2D273) is known color: Caper. HEX triplet: B2, D2 and 73. RGB value is (178,210,115). Sum of RGB (Red+Green+Blue) = 178+210+115=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D273 is #4D2D8C. Grayscale: #BDBDBD. Windows color (decimal): -5057933 or 7590578. OLE color: 7590578.
HSL color Cylindrical-coordinate representation of color #B2D273: hue angle of 80.21º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2D273 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 115 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.18 |
| HSL | 80.21º | 0.51% | 0.64% | - |
| HSV(B) | 80.21º | 0.45% | 0.82% | - |
| XYZ | 44.5 | 56.8 | 24.84 | - |
| YUV | 189.6 | 85.9 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 115 | 0.15 | 0 | 0.45 | 0.18 | 80.21 | 0.51 | 0.64 |
| Hex | B2 | D2 | 73 | F | 0 | 2D | 12 | 50 | 33 | 40 |
| Octal | 262 | 322 | 163 | 17 | 0 | 55 | 22 | 120 | 63 | 100 |
| Binary | 10110010 | 11010010 | 1110011 | 1111 | 0 | 101101 | 10010 | 1010000 | 110011 | 1000000 |
Color Harmonies of #B2D273
Complementary color
Monochromatic Colors of #B2D273
Black with #B2D273
Text Example
Text Example
White with #B2D273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D273; }
p { color: rgb(178,210,115); }
H1.HeaderClassName
{
color: #B2D273;
}
.AnyTagClassName
{
color: #B2D273;
}
</style>
background-color css
<style>
a { background-color: #B2D273; }
a { background-color: rgb(178,210,115); }
div.DivClassName
{
background-color: #B2D273;
}
.BgClassName
{
background-color: #B2D273;
}
</style>
border-color css
<style>
span { border-color: #B2D273; }
span { border-color: rgb(178,210,115); }
td.TdClassName
{
border-color: #B2D273;
}
.TagClassName
{
border-color: #B2D273;
}
</style>