Shades of Caper #B9C77E
Tints of Caper #B9C77E
RGB
CMYK
RGB Variations
Color information
#B9C77E (or 0xB9C77E) is known color: Caper. HEX triplet: B9, C7 and 7E. RGB value is (185,199,126). Sum of RGB (Red+Green+Blue) = 185+199+126=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C77E is #463881. Grayscale: #BABABA. Windows color (decimal): -4601986 or 8308665. OLE color: 8308665.
HSL color Cylindrical-coordinate representation of color #B9C77E: hue angle of 71.51º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9C77E is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 199 | 126 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.22 |
| HSL | 71.51º | 0.39% | 0.64% | - |
| HSV(B) | 71.51º | 0.37% | 0.78% | - |
| XYZ | 44.2 | 52.67 | 27.58 | - |
| YUV | 186.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 199 | 126 | 0.07 | 0 | 0.37 | 0.22 | 71.51 | 0.39 | 0.64 |
| Hex | B9 | C7 | 7E | 7 | 0 | 25 | 16 | 48 | 27 | 40 |
| Octal | 271 | 307 | 176 | 7 | 0 | 45 | 26 | 110 | 47 | 100 |
| Binary | 10111001 | 11000111 | 1111110 | 111 | 0 | 100101 | 10110 | 1001000 | 100111 | 1000000 |
Color Harmonies of #B9C77E
Complementary color
Monochromatic Colors of #B9C77E
Black with #B9C77E
Text Example
Text Example
White with #B9C77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C77E; }
p { color: rgb(185,199,126); }
H1.HeaderClassName
{
color: #B9C77E;
}
.AnyTagClassName
{
color: #B9C77E;
}
</style>
background-color css
<style>
a { background-color: #B9C77E; }
a { background-color: rgb(185,199,126); }
div.DivClassName
{
background-color: #B9C77E;
}
.BgClassName
{
background-color: #B9C77E;
}
</style>
border-color css
<style>
span { border-color: #B9C77E; }
span { border-color: rgb(185,199,126); }
td.TdClassName
{
border-color: #B9C77E;
}
.TagClassName
{
border-color: #B9C77E;
}
</style>