Shades of Caper #B9C782
Tints of Caper #B9C782
RGB
CMYK
RGB Variations
Color information
#B9C782 (or 0xB9C782) is known color: Caper. HEX triplet: B9, C7 and 82. RGB value is (185,199,130). Sum of RGB (Red+Green+Blue) = 185+199+130=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C782 is #46387D. Grayscale: #BBBBBB. Windows color (decimal): -4601982 or 8570809. OLE color: 8570809.
HSL color Cylindrical-coordinate representation of color #B9C782: hue angle of 72.17º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9C782 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 199 | 130 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.22 |
| HSL | 72.17º | 0.38% | 0.65% | - |
| HSV(B) | 72.17º | 0.35% | 0.78% | - |
| XYZ | 44.46 | 52.77 | 28.96 | - |
| YUV | 186.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 199 | 130 | 0.07 | 0 | 0.35 | 0.22 | 72.17 | 0.38 | 0.65 |
| Hex | B9 | C7 | 82 | 7 | 0 | 23 | 16 | 48 | 26 | 41 |
| Octal | 271 | 307 | 202 | 7 | 0 | 43 | 26 | 110 | 46 | 101 |
| Binary | 10111001 | 11000111 | 10000010 | 111 | 0 | 100011 | 10110 | 1001000 | 100110 | 1000001 |
Color Harmonies of #B9C782
Complementary color
Monochromatic Colors of #B9C782
Black with #B9C782
Text Example
Text Example
White with #B9C782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C782; }
p { color: rgb(185,199,130); }
H1.HeaderClassName
{
color: #B9C782;
}
.AnyTagClassName
{
color: #B9C782;
}
</style>
background-color css
<style>
a { background-color: #B9C782; }
a { background-color: rgb(185,199,130); }
div.DivClassName
{
background-color: #B9C782;
}
.BgClassName
{
background-color: #B9C782;
}
</style>
border-color css
<style>
span { border-color: #B9C782; }
span { border-color: rgb(185,199,130); }
td.TdClassName
{
border-color: #B9C782;
}
.TagClassName
{
border-color: #B9C782;
}
</style>