Shades of Caper #B5CE8A
Tints of Caper #B5CE8A
RGB
CMYK
RGB Variations
Color information
#B5CE8A (or 0xB5CE8A) is known color: Caper. HEX triplet: B5, CE and 8A. RGB value is (181,206,138). Sum of RGB (Red+Green+Blue) = 181+206+138=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CE8A is #4A3175. Grayscale: #BFBFBF. Windows color (decimal): -4862326 or 9096885. OLE color: 9096885.
HSL color Cylindrical-coordinate representation of color #B5CE8A: hue angle of 82.06º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5CE8A is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 138 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.19 |
| HSL | 82.06º | 0.41% | 0.67% | - |
| HSV(B) | 82.06º | 0.33% | 0.81% | - |
| XYZ | 45.71 | 55.8 | 32.41 | - |
| YUV | 190.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 138 | 0.12 | 0 | 0.33 | 0.19 | 82.06 | 0.41 | 0.67 |
| Hex | B5 | CE | 8A | C | 0 | 21 | 13 | 52 | 29 | 43 |
| Octal | 265 | 316 | 212 | 14 | 0 | 41 | 23 | 122 | 51 | 103 |
| Binary | 10110101 | 11001110 | 10001010 | 1100 | 0 | 100001 | 10011 | 1010010 | 101001 | 1000011 |
Color Harmonies of #B5CE8A
Complementary color
Monochromatic Colors of #B5CE8A
Black with #B5CE8A
Text Example
Text Example
White with #B5CE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE8A; }
p { color: rgb(181,206,138); }
H1.HeaderClassName
{
color: #B5CE8A;
}
.AnyTagClassName
{
color: #B5CE8A;
}
</style>
background-color css
<style>
a { background-color: #B5CE8A; }
a { background-color: rgb(181,206,138); }
div.DivClassName
{
background-color: #B5CE8A;
}
.BgClassName
{
background-color: #B5CE8A;
}
</style>
border-color css
<style>
span { border-color: #B5CE8A; }
span { border-color: rgb(181,206,138); }
td.TdClassName
{
border-color: #B5CE8A;
}
.TagClassName
{
border-color: #B5CE8A;
}
</style>