Shades of Caper #B8CE75
Tints of Caper #B8CE75
RGB
CMYK
RGB Variations
Color information
#B8CE75 (or 0xB8CE75) is known color: Caper. HEX triplet: B8, CE and 75. RGB value is (184,206,117). Sum of RGB (Red+Green+Blue) = 184+206+117=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CE75 is #47318A. Grayscale: #BDBDBD. Windows color (decimal): -4665739 or 7720632. OLE color: 7720632.
HSL color Cylindrical-coordinate representation of color #B8CE75: hue angle of 74.83º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8CE75 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 206 | 117 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.19 |
| HSL | 74.83º | 0.48% | 0.63% | - |
| HSV(B) | 74.83º | 0.43% | 0.81% | - |
| XYZ | 45.05 | 55.62 | 25.19 | - |
| YUV | 189.28 | 87.21 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 206 | 117 | 0.11 | 0 | 0.43 | 0.19 | 74.83 | 0.48 | 0.63 |
| Hex | B8 | CE | 75 | B | 0 | 2B | 13 | 4B | 30 | 3F |
| Octal | 270 | 316 | 165 | 13 | 0 | 53 | 23 | 113 | 60 | 77 |
| Binary | 10111000 | 11001110 | 1110101 | 1011 | 0 | 101011 | 10011 | 1001011 | 110000 | 111111 |
Color Harmonies of #B8CE75
Complementary color
Monochromatic Colors of #B8CE75
Black with #B8CE75
Text Example
Text Example
White with #B8CE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CE75; }
p { color: rgb(184,206,117); }
H1.HeaderClassName
{
color: #B8CE75;
}
.AnyTagClassName
{
color: #B8CE75;
}
</style>
background-color css
<style>
a { background-color: #B8CE75; }
a { background-color: rgb(184,206,117); }
div.DivClassName
{
background-color: #B8CE75;
}
.BgClassName
{
background-color: #B8CE75;
}
</style>
border-color css
<style>
span { border-color: #B8CE75; }
span { border-color: rgb(184,206,117); }
td.TdClassName
{
border-color: #B8CE75;
}
.TagClassName
{
border-color: #B8CE75;
}
</style>