Shades of Caper #B5CE81
Tints of Caper #B5CE81
RGB
CMYK
RGB Variations
Color information
#B5CE81 (or 0xB5CE81) is known color: Caper. HEX triplet: B5, CE and 81. RGB value is (181,206,129). Sum of RGB (Red+Green+Blue) = 181+206+129=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CE81 is #4A317E. Grayscale: #BEBEBE. Windows color (decimal): -4862335 or 8507061. OLE color: 8507061.
HSL color Cylindrical-coordinate representation of color #B5CE81: hue angle of 79.48º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5CE81 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 129 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.19 |
| HSL | 79.48º | 0.44% | 0.66% | - |
| HSV(B) | 79.48º | 0.37% | 0.81% | - |
| XYZ | 45.09 | 55.55 | 29.11 | - |
| YUV | 189.75 | 93.72 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 129 | 0.12 | 0 | 0.37 | 0.19 | 79.48 | 0.44 | 0.66 |
| Hex | B5 | CE | 81 | C | 0 | 25 | 13 | 4F | 2C | 42 |
| Octal | 265 | 316 | 201 | 14 | 0 | 45 | 23 | 117 | 54 | 102 |
| Binary | 10110101 | 11001110 | 10000001 | 1100 | 0 | 100101 | 10011 | 1001111 | 101100 | 1000010 |
Color Harmonies of #B5CE81
Complementary color
Monochromatic Colors of #B5CE81
Black with #B5CE81
Text Example
Text Example
White with #B5CE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE81; }
p { color: rgb(181,206,129); }
H1.HeaderClassName
{
color: #B5CE81;
}
.AnyTagClassName
{
color: #B5CE81;
}
</style>
background-color css
<style>
a { background-color: #B5CE81; }
a { background-color: rgb(181,206,129); }
div.DivClassName
{
background-color: #B5CE81;
}
.BgClassName
{
background-color: #B5CE81;
}
</style>
border-color css
<style>
span { border-color: #B5CE81; }
span { border-color: rgb(181,206,129); }
td.TdClassName
{
border-color: #B5CE81;
}
.TagClassName
{
border-color: #B5CE81;
}
</style>