Shades of Caper #B7C58F
Tints of Caper #B7C58F
RGB
CMYK
RGB Variations
Color information
#B7C58F (or 0xB7C58F) is known color: Caper. HEX triplet: B7, C5 and 8F. RGB value is (183,197,143). Sum of RGB (Red+Green+Blue) = 183+197+143=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C58F is #483A70. Grayscale: #BABABA. Windows color (decimal): -4733553 or 9422263. OLE color: 9422263.
HSL color Cylindrical-coordinate representation of color #B7C58F: hue angle of 75.56º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7C58F is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 197 | 143 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.23 |
| HSL | 75.56º | 0.32% | 0.67% | - |
| HSV(B) | 75.56º | 0.27% | 0.77% | - |
| XYZ | 44.45 | 51.98 | 33.68 | - |
| YUV | 186.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 197 | 143 | 0.07 | 0 | 0.27 | 0.23 | 75.56 | 0.32 | 0.67 |
| Hex | B7 | C5 | 8F | 7 | 0 | 1B | 17 | 4C | 20 | 43 |
| Octal | 267 | 305 | 217 | 7 | 0 | 33 | 27 | 114 | 40 | 103 |
| Binary | 10110111 | 11000101 | 10001111 | 111 | 0 | 11011 | 10111 | 1001100 | 100000 | 1000011 |
Color Harmonies of #B7C58F
Complementary color
Monochromatic Colors of #B7C58F
Black with #B7C58F
Text Example
Text Example
White with #B7C58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C58F; }
p { color: rgb(183,197,143); }
H1.HeaderClassName
{
color: #B7C58F;
}
.AnyTagClassName
{
color: #B7C58F;
}
</style>
background-color css
<style>
a { background-color: #B7C58F; }
a { background-color: rgb(183,197,143); }
div.DivClassName
{
background-color: #B7C58F;
}
.BgClassName
{
background-color: #B7C58F;
}
</style>
border-color css
<style>
span { border-color: #B7C58F; }
span { border-color: rgb(183,197,143); }
td.TdClassName
{
border-color: #B7C58F;
}
.TagClassName
{
border-color: #B7C58F;
}
</style>