Shades of Caper #B5D07A
Tints of Caper #B5D07A
RGB
CMYK
RGB Variations
Color information
#B5D07A (or 0xB5D07A) is known color: Caper. HEX triplet: B5, D0 and 7A. RGB value is (181,208,122). Sum of RGB (Red+Green+Blue) = 181+208+122=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D07A is #4A2F85. Grayscale: #BEBEBE. Windows color (decimal): -4861830 or 8048821. OLE color: 8048821.
HSL color Cylindrical-coordinate representation of color #B5D07A: hue angle of 78.84º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5D07A is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 122 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.18 |
| HSL | 78.84º | 0.48% | 0.65% | - |
| HSV(B) | 78.84º | 0.41% | 0.82% | - |
| XYZ | 45.12 | 56.34 | 26.91 | - |
| YUV | 190.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 122 | 0.13 | 0 | 0.41 | 0.18 | 78.84 | 0.48 | 0.65 |
| Hex | B5 | D0 | 7A | D | 0 | 29 | 12 | 4F | 30 | 41 |
| Octal | 265 | 320 | 172 | 15 | 0 | 51 | 22 | 117 | 60 | 101 |
| Binary | 10110101 | 11010000 | 1111010 | 1101 | 0 | 101001 | 10010 | 1001111 | 110000 | 1000001 |
Color Harmonies of #B5D07A
Complementary color
Monochromatic Colors of #B5D07A
Black with #B5D07A
Text Example
Text Example
White with #B5D07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D07A; }
p { color: rgb(181,208,122); }
H1.HeaderClassName
{
color: #B5D07A;
}
.AnyTagClassName
{
color: #B5D07A;
}
</style>
background-color css
<style>
a { background-color: #B5D07A; }
a { background-color: rgb(181,208,122); }
div.DivClassName
{
background-color: #B5D07A;
}
.BgClassName
{
background-color: #B5D07A;
}
</style>
border-color css
<style>
span { border-color: #B5D07A; }
span { border-color: rgb(181,208,122); }
td.TdClassName
{
border-color: #B5D07A;
}
.TagClassName
{
border-color: #B5D07A;
}
</style>