Shades of Caper #B3C771
Tints of Caper #B3C771
RGB
CMYK
RGB Variations
Color information
#B3C771 (or 0xB3C771) is known color: Caper. HEX triplet: B3, C7 and 71. RGB value is (179,199,113). Sum of RGB (Red+Green+Blue) = 179+199+113=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #B3C771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C771 is #4C388E. Grayscale: #B7B7B7. Windows color (decimal): -4995215 or 7456691. OLE color: 7456691.
HSL color Cylindrical-coordinate representation of color #B3C771: hue angle of 73.95º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3C771 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 199 | 113 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.22 |
| HSL | 73.95º | 0.43% | 0.61% | - |
| HSV(B) | 73.95º | 0.43% | 0.78% | - |
| XYZ | 41.99 | 51.62 | 23.37 | - |
| YUV | 183.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 199 | 113 | 0.10 | 0 | 0.43 | 0.22 | 73.95 | 0.43 | 0.61 |
| Hex | B3 | C7 | 71 | A | 0 | 2B | 16 | 4A | 2B | 3D |
| Octal | 263 | 307 | 161 | 12 | 0 | 53 | 26 | 112 | 53 | 75 |
| Binary | 10110011 | 11000111 | 1110001 | 1010 | 0 | 101011 | 10110 | 1001010 | 101011 | 111101 |
Color Harmonies of #B3C771
Complementary color
Monochromatic Colors of #B3C771
Black with #B3C771
Text Example
Text Example
White with #B3C771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C771; }
p { color: rgb(179,199,113); }
H1.HeaderClassName
{
color: #B3C771;
}
.AnyTagClassName
{
color: #B3C771;
}
</style>
background-color css
<style>
a { background-color: #B3C771; }
a { background-color: rgb(179,199,113); }
div.DivClassName
{
background-color: #B3C771;
}
.BgClassName
{
background-color: #B3C771;
}
</style>
border-color css
<style>
span { border-color: #B3C771; }
span { border-color: rgb(179,199,113); }
td.TdClassName
{
border-color: #B3C771;
}
.TagClassName
{
border-color: #B3C771;
}
</style>