Shades of Caper #B8C67E
Tints of Caper #B8C67E
RGB
CMYK
RGB Variations
Color information
#B8C67E (or 0xB8C67E) is known color: Caper. HEX triplet: B8, C6 and 7E. RGB value is (184,198,126). Sum of RGB (Red+Green+Blue) = 184+198+126=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C67E is #473981. Grayscale: #B9B9B9. Windows color (decimal): -4667778 or 8308408. OLE color: 8308408.
HSL color Cylindrical-coordinate representation of color #B8C67E: hue angle of 71.67º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B8C67E is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 198 | 126 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.22 |
| HSL | 71.67º | 0.39% | 0.64% | - |
| HSV(B) | 71.67º | 0.36% | 0.78% | - |
| XYZ | 43.73 | 52.08 | 27.49 | - |
| YUV | 185.61 | 94.36 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 126 | 0.07 | 0 | 0.36 | 0.22 | 71.67 | 0.39 | 0.64 |
| Hex | B8 | C6 | 7E | 7 | 0 | 24 | 16 | 48 | 27 | 40 |
| Octal | 270 | 306 | 176 | 7 | 0 | 44 | 26 | 110 | 47 | 100 |
| Binary | 10111000 | 11000110 | 1111110 | 111 | 0 | 100100 | 10110 | 1001000 | 100111 | 1000000 |
Color Harmonies of #B8C67E
Complementary color
Monochromatic Colors of #B8C67E
Black with #B8C67E
Text Example
Text Example
White with #B8C67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C67E; }
p { color: rgb(184,198,126); }
H1.HeaderClassName
{
color: #B8C67E;
}
.AnyTagClassName
{
color: #B8C67E;
}
</style>
background-color css
<style>
a { background-color: #B8C67E; }
a { background-color: rgb(184,198,126); }
div.DivClassName
{
background-color: #B8C67E;
}
.BgClassName
{
background-color: #B8C67E;
}
</style>
border-color css
<style>
span { border-color: #B8C67E; }
span { border-color: rgb(184,198,126); }
td.TdClassName
{
border-color: #B8C67E;
}
.TagClassName
{
border-color: #B8C67E;
}
</style>