Shades of Caper #B3D17E
Tints of Caper #B3D17E
RGB
CMYK
RGB Variations
Color information
#B3D17E (or 0xB3D17E) is known color: Caper. HEX triplet: B3, D1 and 7E. RGB value is (179,209,126). Sum of RGB (Red+Green+Blue) = 179+209+126=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 209 - color contains mainly: green. Hex color #B3D17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D17E is #4C2E81. Grayscale: #BEBEBE. Windows color (decimal): -4992642 or 8311219. OLE color: 8311219.
HSL color Cylindrical-coordinate representation of color #B3D17E: hue angle of 81.69º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3D17E is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 209 | 126 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.18 |
| HSL | 81.69º | 0.47% | 0.66% | - |
| HSV(B) | 81.69º | 0.4% | 0.82% | - |
| XYZ | 45.16 | 56.69 | 28.3 | - |
| YUV | 190.57 | 91.56 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 209 | 126 | 0.14 | 0 | 0.40 | 0.18 | 81.69 | 0.47 | 0.66 |
| Hex | B3 | D1 | 7E | E | 0 | 28 | 12 | 52 | 2F | 42 |
| Octal | 263 | 321 | 176 | 16 | 0 | 50 | 22 | 122 | 57 | 102 |
| Binary | 10110011 | 11010001 | 1111110 | 1110 | 0 | 101000 | 10010 | 1010010 | 101111 | 1000010 |
Color Harmonies of #B3D17E
Complementary color
Monochromatic Colors of #B3D17E
Black with #B3D17E
Text Example
Text Example
White with #B3D17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D17E; }
p { color: rgb(179,209,126); }
H1.HeaderClassName
{
color: #B3D17E;
}
.AnyTagClassName
{
color: #B3D17E;
}
</style>
background-color css
<style>
a { background-color: #B3D17E; }
a { background-color: rgb(179,209,126); }
div.DivClassName
{
background-color: #B3D17E;
}
.BgClassName
{
background-color: #B3D17E;
}
</style>
border-color css
<style>
span { border-color: #B3D17E; }
span { border-color: rgb(179,209,126); }
td.TdClassName
{
border-color: #B3D17E;
}
.TagClassName
{
border-color: #B3D17E;
}
</style>