Shades of Caper #B5CB84
Tints of Caper #B5CB84
RGB
CMYK
RGB Variations
Color information
#B5CB84 (or 0xB5CB84) is known color: Caper. HEX triplet: B5, CB and 84. RGB value is (181,203,132). Sum of RGB (Red+Green+Blue) = 181+203+132=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CB84 is #4A347B. Grayscale: #BCBCBC. Windows color (decimal): -4863100 or 8702901. OLE color: 8702901.
HSL color Cylindrical-coordinate representation of color #B5CB84: hue angle of 78.59º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5CB84 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 132 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.20 |
| HSL | 78.59º | 0.41% | 0.66% | - |
| HSV(B) | 78.59º | 0.35% | 0.8% | - |
| XYZ | 44.58 | 54.2 | 29.94 | - |
| YUV | 188.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 132 | 0.11 | 0 | 0.35 | 0.20 | 78.59 | 0.41 | 0.66 |
| Hex | B5 | CB | 84 | B | 0 | 23 | 14 | 4F | 29 | 42 |
| Octal | 265 | 313 | 204 | 13 | 0 | 43 | 24 | 117 | 51 | 102 |
| Binary | 10110101 | 11001011 | 10000100 | 1011 | 0 | 100011 | 10100 | 1001111 | 101001 | 1000010 |
Color Harmonies of #B5CB84
Complementary color
Monochromatic Colors of #B5CB84
Black with #B5CB84
Text Example
Text Example
White with #B5CB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB84; }
p { color: rgb(181,203,132); }
H1.HeaderClassName
{
color: #B5CB84;
}
.AnyTagClassName
{
color: #B5CB84;
}
</style>
background-color css
<style>
a { background-color: #B5CB84; }
a { background-color: rgb(181,203,132); }
div.DivClassName
{
background-color: #B5CB84;
}
.BgClassName
{
background-color: #B5CB84;
}
</style>
border-color css
<style>
span { border-color: #B5CB84; }
span { border-color: rgb(181,203,132); }
td.TdClassName
{
border-color: #B5CB84;
}
.TagClassName
{
border-color: #B5CB84;
}
</style>