Shades of Caper #B5C181
Tints of Caper #B5C181
RGB
CMYK
RGB Variations
Color information
#B5C181 (or 0xB5C181) is known color: Caper. HEX triplet: B5, C1 and 81. RGB value is (181,193,129). Sum of RGB (Red+Green+Blue) = 181+193+129=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C181 is #4A3E7E. Grayscale: #B6B6B6. Windows color (decimal): -4865663 or 8503733. OLE color: 8503733.
HSL color Cylindrical-coordinate representation of color #B5C181: hue angle of 71.25º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5C181 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 129 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.24 |
| HSL | 71.25º | 0.34% | 0.63% | - |
| HSV(B) | 71.25º | 0.33% | 0.76% | - |
| XYZ | 42.09 | 49.55 | 28.11 | - |
| YUV | 182.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 129 | 0.06 | 0 | 0.33 | 0.24 | 71.25 | 0.34 | 0.63 |
| Hex | B5 | C1 | 81 | 6 | 0 | 21 | 18 | 47 | 22 | 3F |
| Octal | 265 | 301 | 201 | 6 | 0 | 41 | 30 | 107 | 42 | 77 |
| Binary | 10110101 | 11000001 | 10000001 | 110 | 0 | 100001 | 11000 | 1000111 | 100010 | 111111 |
Color Harmonies of #B5C181
Complementary color
Monochromatic Colors of #B5C181
Black with #B5C181
Text Example
Text Example
White with #B5C181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C181; }
p { color: rgb(181,193,129); }
H1.HeaderClassName
{
color: #B5C181;
}
.AnyTagClassName
{
color: #B5C181;
}
</style>
background-color css
<style>
a { background-color: #B5C181; }
a { background-color: rgb(181,193,129); }
div.DivClassName
{
background-color: #B5C181;
}
.BgClassName
{
background-color: #B5C181;
}
</style>
border-color css
<style>
span { border-color: #B5C181; }
span { border-color: rgb(181,193,129); }
td.TdClassName
{
border-color: #B5C181;
}
.TagClassName
{
border-color: #B5C181;
}
</style>