Shades of Caper #B8CE73
Tints of Caper #B8CE73
RGB
CMYK
RGB Variations
Color information
#B8CE73 (or 0xB8CE73) is known color: Caper. HEX triplet: B8, CE and 73. RGB value is (184,206,115). Sum of RGB (Red+Green+Blue) = 184+206+115=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CE73 is #47318C. Grayscale: #BDBDBD. Windows color (decimal): -4665741 or 7589560. OLE color: 7589560.
HSL color Cylindrical-coordinate representation of color #B8CE73: hue angle of 74.51º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B8CE73 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 206 | 115 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.19 |
| HSL | 74.51º | 0.48% | 0.63% | - |
| HSV(B) | 74.51º | 0.44% | 0.81% | - |
| XYZ | 44.93 | 55.57 | 24.58 | - |
| YUV | 189.05 | 86.21 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 206 | 115 | 0.11 | 0 | 0.44 | 0.19 | 74.51 | 0.48 | 0.63 |
| Hex | B8 | CE | 73 | B | 0 | 2C | 13 | 4B | 30 | 3F |
| Octal | 270 | 316 | 163 | 13 | 0 | 54 | 23 | 113 | 60 | 77 |
| Binary | 10111000 | 11001110 | 1110011 | 1011 | 0 | 101100 | 10011 | 1001011 | 110000 | 111111 |
Color Harmonies of #B8CE73
Complementary color
Monochromatic Colors of #B8CE73
Black with #B8CE73
Text Example
Text Example
White with #B8CE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CE73; }
p { color: rgb(184,206,115); }
H1.HeaderClassName
{
color: #B8CE73;
}
.AnyTagClassName
{
color: #B8CE73;
}
</style>
background-color css
<style>
a { background-color: #B8CE73; }
a { background-color: rgb(184,206,115); }
div.DivClassName
{
background-color: #B8CE73;
}
.BgClassName
{
background-color: #B8CE73;
}
</style>
border-color css
<style>
span { border-color: #B8CE73; }
span { border-color: rgb(184,206,115); }
td.TdClassName
{
border-color: #B8CE73;
}
.TagClassName
{
border-color: #B8CE73;
}
</style>