Shades of Caper #B3D47B
Tints of Caper #B3D47B
RGB
CMYK
RGB Variations
Color information
#B3D47B (or 0xB3D47B) is known color: Caper. HEX triplet: B3, D4 and 7B. RGB value is (179,212,123). Sum of RGB (Red+Green+Blue) = 179+212+123=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D47B is #4C2B84. Grayscale: #C0C0C0. Windows color (decimal): -4991877 or 8115379. OLE color: 8115379.
HSL color Cylindrical-coordinate representation of color #B3D47B: hue angle of 82.25º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3D47B is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 212 | 123 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.17 |
| HSL | 82.25º | 0.51% | 0.66% | - |
| HSV(B) | 82.25º | 0.42% | 0.83% | - |
| XYZ | 45.71 | 58.1 | 27.54 | - |
| YUV | 191.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 212 | 123 | 0.16 | 0 | 0.42 | 0.17 | 82.25 | 0.51 | 0.66 |
| Hex | B3 | D4 | 7B | 10 | 0 | 2A | 11 | 52 | 33 | 42 |
| Octal | 263 | 324 | 173 | 20 | 0 | 52 | 21 | 122 | 63 | 102 |
| Binary | 10110011 | 11010100 | 1111011 | 10000 | 0 | 101010 | 10001 | 1010010 | 110011 | 1000010 |
Color Harmonies of #B3D47B
Complementary color
Monochromatic Colors of #B3D47B
Black with #B3D47B
Text Example
Text Example
White with #B3D47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D47B; }
p { color: rgb(179,212,123); }
H1.HeaderClassName
{
color: #B3D47B;
}
.AnyTagClassName
{
color: #B3D47B;
}
</style>
background-color css
<style>
a { background-color: #B3D47B; }
a { background-color: rgb(179,212,123); }
div.DivClassName
{
background-color: #B3D47B;
}
.BgClassName
{
background-color: #B3D47B;
}
</style>
border-color css
<style>
span { border-color: #B3D47B; }
span { border-color: rgb(179,212,123); }
td.TdClassName
{
border-color: #B3D47B;
}
.TagClassName
{
border-color: #B3D47B;
}
</style>