Shades of Caper #B5CE83
Tints of Caper #B5CE83
RGB
CMYK
RGB Variations
Color information
#B5CE83 (or 0xB5CE83) is known color: Caper. HEX triplet: B5, CE and 83. RGB value is (181,206,131). Sum of RGB (Red+Green+Blue) = 181+206+131=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CE83 is #4A317C. Grayscale: #BEBEBE. Windows color (decimal): -4862333 or 8638133. OLE color: 8638133.
HSL color Cylindrical-coordinate representation of color #B5CE83: hue angle of 80º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5CE83 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 131 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.19 |
| HSL | 80º | 0.43% | 0.66% | - |
| HSV(B) | 80º | 0.36% | 0.81% | - |
| XYZ | 45.22 | 55.61 | 29.82 | - |
| YUV | 189.98 | 94.72 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 131 | 0.12 | 0 | 0.36 | 0.19 | 80 | 0.43 | 0.66 |
| Hex | B5 | CE | 83 | C | 0 | 24 | 13 | 50 | 2B | 42 |
| Octal | 265 | 316 | 203 | 14 | 0 | 44 | 23 | 120 | 53 | 102 |
| Binary | 10110101 | 11001110 | 10000011 | 1100 | 0 | 100100 | 10011 | 1010000 | 101011 | 1000010 |
Color Harmonies of #B5CE83
Complementary color
Monochromatic Colors of #B5CE83
Black with #B5CE83
Text Example
Text Example
White with #B5CE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE83; }
p { color: rgb(181,206,131); }
H1.HeaderClassName
{
color: #B5CE83;
}
.AnyTagClassName
{
color: #B5CE83;
}
</style>
background-color css
<style>
a { background-color: #B5CE83; }
a { background-color: rgb(181,206,131); }
div.DivClassName
{
background-color: #B5CE83;
}
.BgClassName
{
background-color: #B5CE83;
}
</style>
border-color css
<style>
span { border-color: #B5CE83; }
span { border-color: rgb(181,206,131); }
td.TdClassName
{
border-color: #B5CE83;
}
.TagClassName
{
border-color: #B5CE83;
}
</style>