Shades of Caper #B8C77E
Tints of Caper #B8C77E
RGB
CMYK
RGB Variations
Color information
#B8C77E (or 0xB8C77E) is known color: Caper. HEX triplet: B8, C7 and 7E. RGB value is (184,199,126). Sum of RGB (Red+Green+Blue) = 184+199+126=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 199 - color contains mainly: green. Hex color #B8C77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C77E is #473881. Grayscale: #BABABA. Windows color (decimal): -4667522 or 8308664. OLE color: 8308664.
HSL color Cylindrical-coordinate representation of color #B8C77E: hue angle of 72.33º 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 #B8C77E is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 199 | 126 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.22 |
| HSL | 72.33º | 0.39% | 0.64% | - |
| HSV(B) | 72.33º | 0.37% | 0.78% | - |
| XYZ | 43.96 | 52.54 | 27.56 | - |
| YUV | 186.19 | 94.03 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 199 | 126 | 0.08 | 0 | 0.37 | 0.22 | 72.33 | 0.39 | 0.64 |
| Hex | B8 | C7 | 7E | 8 | 0 | 25 | 16 | 48 | 27 | 40 |
| Octal | 270 | 307 | 176 | 10 | 0 | 45 | 26 | 110 | 47 | 100 |
| Binary | 10111000 | 11000111 | 1111110 | 1000 | 0 | 100101 | 10110 | 1001000 | 100111 | 1000000 |
Color Harmonies of #B8C77E
Complementary color
Monochromatic Colors of #B8C77E
Black with #B8C77E
Text Example
Text Example
White with #B8C77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C77E; }
p { color: rgb(184,199,126); }
H1.HeaderClassName
{
color: #B8C77E;
}
.AnyTagClassName
{
color: #B8C77E;
}
</style>
background-color css
<style>
a { background-color: #B8C77E; }
a { background-color: rgb(184,199,126); }
div.DivClassName
{
background-color: #B8C77E;
}
.BgClassName
{
background-color: #B8C77E;
}
</style>
border-color css
<style>
span { border-color: #B8C77E; }
span { border-color: rgb(184,199,126); }
td.TdClassName
{
border-color: #B8C77E;
}
.TagClassName
{
border-color: #B8C77E;
}
</style>