Shades of Caper #B5D17A
Tints of Caper #B5D17A
RGB
CMYK
RGB Variations
Color information
#B5D17A (or 0xB5D17A) is known color: Caper. HEX triplet: B5, D1 and 7A. RGB value is (181,209,122). Sum of RGB (Red+Green+Blue) = 181+209+122=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D17A is #4A2E85. Grayscale: #BFBFBF. Windows color (decimal): -4861574 or 8049077. OLE color: 8049077.
HSL color Cylindrical-coordinate representation of color #B5D17A: hue angle of 79.31º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5D17A is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 209 | 122 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.18 |
| HSL | 79.31º | 0.49% | 0.65% | - |
| HSV(B) | 79.31º | 0.42% | 0.82% | - |
| XYZ | 45.37 | 56.83 | 26.99 | - |
| YUV | 190.71 | 89.22 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 209 | 122 | 0.13 | 0 | 0.42 | 0.18 | 79.31 | 0.49 | 0.65 |
| Hex | B5 | D1 | 7A | D | 0 | 2A | 12 | 4F | 31 | 41 |
| Octal | 265 | 321 | 172 | 15 | 0 | 52 | 22 | 117 | 61 | 101 |
| Binary | 10110101 | 11010001 | 1111010 | 1101 | 0 | 101010 | 10010 | 1001111 | 110001 | 1000001 |
Color Harmonies of #B5D17A
Complementary color
Monochromatic Colors of #B5D17A
Black with #B5D17A
Text Example
Text Example
White with #B5D17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D17A; }
p { color: rgb(181,209,122); }
H1.HeaderClassName
{
color: #B5D17A;
}
.AnyTagClassName
{
color: #B5D17A;
}
</style>
background-color css
<style>
a { background-color: #B5D17A; }
a { background-color: rgb(181,209,122); }
div.DivClassName
{
background-color: #B5D17A;
}
.BgClassName
{
background-color: #B5D17A;
}
</style>
border-color css
<style>
span { border-color: #B5D17A; }
span { border-color: rgb(181,209,122); }
td.TdClassName
{
border-color: #B5D17A;
}
.TagClassName
{
border-color: #B5D17A;
}
</style>