Shades of Caper #B3D07F
Tints of Caper #B3D07F
RGB
CMYK
RGB Variations
Color information
#B3D07F (or 0xB3D07F) is known color: Caper. HEX triplet: B3, D0 and 7F. RGB value is (179,208,127). Sum of RGB (Red+Green+Blue) = 179+208+127=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #B3D07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D07F is #4C2F80. Grayscale: #BEBEBE. Windows color (decimal): -4992897 or 8376499. OLE color: 8376499.
HSL color Cylindrical-coordinate representation of color #B3D07F: hue angle of 81.48º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3D07F is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 208 | 127 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.18 |
| HSL | 81.48º | 0.46% | 0.66% | - |
| HSV(B) | 81.48º | 0.39% | 0.82% | - |
| XYZ | 44.98 | 56.23 | 28.56 | - |
| YUV | 190.1 | 92.39 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 208 | 127 | 0.14 | 0 | 0.39 | 0.18 | 81.48 | 0.46 | 0.66 |
| Hex | B3 | D0 | 7F | E | 0 | 27 | 12 | 51 | 2E | 42 |
| Octal | 263 | 320 | 177 | 16 | 0 | 47 | 22 | 121 | 56 | 102 |
| Binary | 10110011 | 11010000 | 1111111 | 1110 | 0 | 100111 | 10010 | 1010001 | 101110 | 1000010 |
Color Harmonies of #B3D07F
Complementary color
Monochromatic Colors of #B3D07F
Black with #B3D07F
Text Example
Text Example
White with #B3D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D07F; }
p { color: rgb(179,208,127); }
H1.HeaderClassName
{
color: #B3D07F;
}
.AnyTagClassName
{
color: #B3D07F;
}
</style>
background-color css
<style>
a { background-color: #B3D07F; }
a { background-color: rgb(179,208,127); }
div.DivClassName
{
background-color: #B3D07F;
}
.BgClassName
{
background-color: #B3D07F;
}
</style>
border-color css
<style>
span { border-color: #B3D07F; }
span { border-color: rgb(179,208,127); }
td.TdClassName
{
border-color: #B3D07F;
}
.TagClassName
{
border-color: #B3D07F;
}
</style>