Shades of Caper #B3D273
Tints of Caper #B3D273
RGB
CMYK
RGB Variations
Color information
#B3D273 (or 0xB3D273) is known color: Caper. HEX triplet: B3, D2 and 73. RGB value is (179,210,115). Sum of RGB (Red+Green+Blue) = 179+210+115=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D273 is #4C2D8C. Grayscale: #BEBEBE. Windows color (decimal): -4992397 or 7590579. OLE color: 7590579.
HSL color Cylindrical-coordinate representation of color #B3D273: hue angle of 79.58º 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 #B3D273 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 210 | 115 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.18 |
| HSL | 79.58º | 0.51% | 0.64% | - |
| HSV(B) | 79.58º | 0.45% | 0.82% | - |
| XYZ | 44.73 | 56.91 | 24.85 | - |
| YUV | 189.9 | 85.73 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 210 | 115 | 0.15 | 0 | 0.45 | 0.18 | 79.58 | 0.51 | 0.64 |
| Hex | B3 | D2 | 73 | F | 0 | 2D | 12 | 50 | 33 | 40 |
| Octal | 263 | 322 | 163 | 17 | 0 | 55 | 22 | 120 | 63 | 100 |
| Binary | 10110011 | 11010010 | 1110011 | 1111 | 0 | 101101 | 10010 | 1010000 | 110011 | 1000000 |
Color Harmonies of #B3D273
Complementary color
Monochromatic Colors of #B3D273
Black with #B3D273
Text Example
Text Example
White with #B3D273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D273; }
p { color: rgb(179,210,115); }
H1.HeaderClassName
{
color: #B3D273;
}
.AnyTagClassName
{
color: #B3D273;
}
</style>
background-color css
<style>
a { background-color: #B3D273; }
a { background-color: rgb(179,210,115); }
div.DivClassName
{
background-color: #B3D273;
}
.BgClassName
{
background-color: #B3D273;
}
</style>
border-color css
<style>
span { border-color: #B3D273; }
span { border-color: rgb(179,210,115); }
td.TdClassName
{
border-color: #B3D273;
}
.TagClassName
{
border-color: #B3D273;
}
</style>