Shades of Caper #B9C68E
Tints of Caper #B9C68E
RGB
CMYK
RGB Variations
Color information
#B9C68E (or 0xB9C68E) is known color: Caper. HEX triplet: B9, C6 and 8E. RGB value is (185,198,142). Sum of RGB (Red+Green+Blue) = 185+198+142=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C68E is #463971. Grayscale: #BBBBBB. Windows color (decimal): -4602226 or 9356985. OLE color: 9356985.
HSL color Cylindrical-coordinate representation of color #B9C68E: hue angle of 73.93º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9C68E is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 198 | 142 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.22 |
| HSL | 73.93º | 0.33% | 0.67% | - |
| HSV(B) | 73.93º | 0.28% | 0.78% | - |
| XYZ | 45.08 | 52.66 | 33.38 | - |
| YUV | 187.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 198 | 142 | 0.07 | 0 | 0.28 | 0.22 | 73.93 | 0.33 | 0.67 |
| Hex | B9 | C6 | 8E | 7 | 0 | 1C | 16 | 4A | 21 | 43 |
| Octal | 271 | 306 | 216 | 7 | 0 | 34 | 26 | 112 | 41 | 103 |
| Binary | 10111001 | 11000110 | 10001110 | 111 | 0 | 11100 | 10110 | 1001010 | 100001 | 1000011 |
Color Harmonies of #B9C68E
Complementary color
Monochromatic Colors of #B9C68E
Black with #B9C68E
Text Example
Text Example
White with #B9C68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C68E; }
p { color: rgb(185,198,142); }
H1.HeaderClassName
{
color: #B9C68E;
}
.AnyTagClassName
{
color: #B9C68E;
}
</style>
background-color css
<style>
a { background-color: #B9C68E; }
a { background-color: rgb(185,198,142); }
div.DivClassName
{
background-color: #B9C68E;
}
.BgClassName
{
background-color: #B9C68E;
}
</style>
border-color css
<style>
span { border-color: #B9C68E; }
span { border-color: rgb(185,198,142); }
td.TdClassName
{
border-color: #B9C68E;
}
.TagClassName
{
border-color: #B9C68E;
}
</style>