Shades of Caper #B3D473
Tints of Caper #B3D473
RGB
CMYK
RGB Variations
Color information
#B3D473 (or 0xB3D473) is known color: Caper. HEX triplet: B3, D4 and 73. RGB value is (179,212,115). Sum of RGB (Red+Green+Blue) = 179+212+115=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D473 is #4C2B8C. Grayscale: #BFBFBF. Windows color (decimal): -4991885 or 7591091. OLE color: 7591091.
HSL color Cylindrical-coordinate representation of color #B3D473: hue angle of 80.41º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B3D473 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 212 | 115 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.17 |
| HSL | 80.41º | 0.53% | 0.64% | - |
| HSV(B) | 80.41º | 0.46% | 0.83% | - |
| XYZ | 45.23 | 57.91 | 25.01 | - |
| YUV | 191.08 | 85.07 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 212 | 115 | 0.16 | 0 | 0.46 | 0.17 | 80.41 | 0.53 | 0.64 |
| Hex | B3 | D4 | 73 | 10 | 0 | 2E | 11 | 50 | 35 | 40 |
| Octal | 263 | 324 | 163 | 20 | 0 | 56 | 21 | 120 | 65 | 100 |
| Binary | 10110011 | 11010100 | 1110011 | 10000 | 0 | 101110 | 10001 | 1010000 | 110101 | 1000000 |
Color Harmonies of #B3D473
Complementary color
Monochromatic Colors of #B3D473
Black with #B3D473
Text Example
Text Example
White with #B3D473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D473; }
p { color: rgb(179,212,115); }
H1.HeaderClassName
{
color: #B3D473;
}
.AnyTagClassName
{
color: #B3D473;
}
</style>
background-color css
<style>
a { background-color: #B3D473; }
a { background-color: rgb(179,212,115); }
div.DivClassName
{
background-color: #B3D473;
}
.BgClassName
{
background-color: #B3D473;
}
</style>
border-color css
<style>
span { border-color: #B3D473; }
span { border-color: rgb(179,212,115); }
td.TdClassName
{
border-color: #B3D473;
}
.TagClassName
{
border-color: #B3D473;
}
</style>