Shades of Caper #B5C58F
Tints of Caper #B5C58F
RGB
CMYK
RGB Variations
Color information
#B5C58F (or 0xB5C58F) is known color: Caper. HEX triplet: B5, C5 and 8F. RGB value is (181,197,143). Sum of RGB (Red+Green+Blue) = 181+197+143=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C58F is #4A3A70. Grayscale: #BABABA. Windows color (decimal): -4864625 or 9422261. OLE color: 9422261.
HSL color Cylindrical-coordinate representation of color #B5C58F: hue angle of 77.78º 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 #B5C58F is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 143 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.23 |
| HSL | 77.78º | 0.32% | 0.67% | - |
| HSV(B) | 77.78º | 0.27% | 0.77% | - |
| XYZ | 43.98 | 51.74 | 33.66 | - |
| YUV | 186.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 143 | 0.08 | 0 | 0.27 | 0.23 | 77.78 | 0.32 | 0.67 |
| Hex | B5 | C5 | 8F | 8 | 0 | 1B | 17 | 4E | 20 | 43 |
| Octal | 265 | 305 | 217 | 10 | 0 | 33 | 27 | 116 | 40 | 103 |
| Binary | 10110101 | 11000101 | 10001111 | 1000 | 0 | 11011 | 10111 | 1001110 | 100000 | 1000011 |
Color Harmonies of #B5C58F
Complementary color
Monochromatic Colors of #B5C58F
Black with #B5C58F
Text Example
Text Example
White with #B5C58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C58F; }
p { color: rgb(181,197,143); }
H1.HeaderClassName
{
color: #B5C58F;
}
.AnyTagClassName
{
color: #B5C58F;
}
</style>
background-color css
<style>
a { background-color: #B5C58F; }
a { background-color: rgb(181,197,143); }
div.DivClassName
{
background-color: #B5C58F;
}
.BgClassName
{
background-color: #B5C58F;
}
</style>
border-color css
<style>
span { border-color: #B5C58F; }
span { border-color: rgb(181,197,143); }
td.TdClassName
{
border-color: #B5C58F;
}
.TagClassName
{
border-color: #B5C58F;
}
</style>