Shades of Caper #B5C184
Tints of Caper #B5C184
RGB
CMYK
RGB Variations
Color information
#B5C184 (or 0xB5C184) is known color: Caper. HEX triplet: B5, C1 and 84. RGB value is (181,193,132). Sum of RGB (Red+Green+Blue) = 181+193+132=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C184 is #4A3E7B. Grayscale: #B6B6B6. Windows color (decimal): -4865660 or 8700341. OLE color: 8700341.
HSL color Cylindrical-coordinate representation of color #B5C184: hue angle of 71.8º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5C184 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 132 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.24 |
| HSL | 71.8º | 0.33% | 0.64% | - |
| HSV(B) | 71.8º | 0.32% | 0.76% | - |
| XYZ | 42.29 | 49.63 | 29.18 | - |
| YUV | 182.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 132 | 0.06 | 0 | 0.32 | 0.24 | 71.8 | 0.33 | 0.64 |
| Hex | B5 | C1 | 84 | 6 | 0 | 20 | 18 | 48 | 21 | 40 |
| Octal | 265 | 301 | 204 | 6 | 0 | 40 | 30 | 110 | 41 | 100 |
| Binary | 10110101 | 11000001 | 10000100 | 110 | 0 | 100000 | 11000 | 1001000 | 100001 | 1000000 |
Color Harmonies of #B5C184
Complementary color
Monochromatic Colors of #B5C184
Black with #B5C184
Text Example
Text Example
White with #B5C184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C184; }
p { color: rgb(181,193,132); }
H1.HeaderClassName
{
color: #B5C184;
}
.AnyTagClassName
{
color: #B5C184;
}
</style>
background-color css
<style>
a { background-color: #B5C184; }
a { background-color: rgb(181,193,132); }
div.DivClassName
{
background-color: #B5C184;
}
.BgClassName
{
background-color: #B5C184;
}
</style>
border-color css
<style>
span { border-color: #B5C184; }
span { border-color: rgb(181,193,132); }
td.TdClassName
{
border-color: #B5C184;
}
.TagClassName
{
border-color: #B5C184;
}
</style>