Shades of Caper #B9CF7B
Tints of Caper #B9CF7B
RGB
CMYK
RGB Variations
Color information
#B9CF7B (or 0xB9CF7B) is known color: Caper. HEX triplet: B9, CF and 7B. RGB value is (185,207,123). Sum of RGB (Red+Green+Blue) = 185+207+123=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CF7B is #463084. Grayscale: #BFBFBF. Windows color (decimal): -4599941 or 8114105. OLE color: 8114105.
HSL color Cylindrical-coordinate representation of color #B9CF7B: hue angle of 75.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9CF7B is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 123 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.19 |
| HSL | 75.71º | 0.47% | 0.65% | - |
| HSV(B) | 75.71º | 0.41% | 0.81% | - |
| XYZ | 45.9 | 56.37 | 27.2 | - |
| YUV | 190.85 | 89.71 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 123 | 0.11 | 0 | 0.41 | 0.19 | 75.71 | 0.47 | 0.65 |
| Hex | B9 | CF | 7B | B | 0 | 29 | 13 | 4C | 2F | 41 |
| Octal | 271 | 317 | 173 | 13 | 0 | 51 | 23 | 114 | 57 | 101 |
| Binary | 10111001 | 11001111 | 1111011 | 1011 | 0 | 101001 | 10011 | 1001100 | 101111 | 1000001 |
Color Harmonies of #B9CF7B
Complementary color
Monochromatic Colors of #B9CF7B
Black with #B9CF7B
Text Example
Text Example
White with #B9CF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CF7B; }
p { color: rgb(185,207,123); }
H1.HeaderClassName
{
color: #B9CF7B;
}
.AnyTagClassName
{
color: #B9CF7B;
}
</style>
background-color css
<style>
a { background-color: #B9CF7B; }
a { background-color: rgb(185,207,123); }
div.DivClassName
{
background-color: #B9CF7B;
}
.BgClassName
{
background-color: #B9CF7B;
}
</style>
border-color css
<style>
span { border-color: #B9CF7B; }
span { border-color: rgb(185,207,123); }
td.TdClassName
{
border-color: #B9CF7B;
}
.TagClassName
{
border-color: #B9CF7B;
}
</style>