Shades of Caper #B5C093
Tints of Caper #B5C093
RGB
CMYK
RGB Variations
Color information
#B5C093 (or 0xB5C093) is known color: Caper. HEX triplet: B5, C0 and 93. RGB value is (181,192,147). Sum of RGB (Red+Green+Blue) = 181+192+147=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C093 is #4A3F6C. Grayscale: #B7B7B7. Windows color (decimal): -4865901 or 9683125. OLE color: 9683125.
HSL color Cylindrical-coordinate representation of color #B5C093: hue angle of 74.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5C093 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 147 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.25 |
| HSL | 74.67º | 0.26% | 0.66% | - |
| HSV(B) | 74.67º | 0.23% | 0.75% | - |
| XYZ | 43.17 | 49.63 | 34.91 | - |
| YUV | 183.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 147 | 0.06 | 0 | 0.23 | 0.25 | 74.67 | 0.26 | 0.66 |
| Hex | B5 | C0 | 93 | 6 | 0 | 17 | 19 | 4B | 1A | 42 |
| Octal | 265 | 300 | 223 | 6 | 0 | 27 | 31 | 113 | 32 | 102 |
| Binary | 10110101 | 11000000 | 10010011 | 110 | 0 | 10111 | 11001 | 1001011 | 11010 | 1000010 |
Color Harmonies of #B5C093
Complementary color
Monochromatic Colors of #B5C093
Black with #B5C093
Text Example
Text Example
White with #B5C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C093; }
p { color: rgb(181,192,147); }
H1.HeaderClassName
{
color: #B5C093;
}
.AnyTagClassName
{
color: #B5C093;
}
</style>
background-color css
<style>
a { background-color: #B5C093; }
a { background-color: rgb(181,192,147); }
div.DivClassName
{
background-color: #B5C093;
}
.BgClassName
{
background-color: #B5C093;
}
</style>
border-color css
<style>
span { border-color: #B5C093; }
span { border-color: rgb(181,192,147); }
td.TdClassName
{
border-color: #B5C093;
}
.TagClassName
{
border-color: #B5C093;
}
</style>