Shades of Caper #B0CE75
Tints of Caper #B0CE75
RGB
CMYK
RGB Variations
Color information
#B0CE75 (or 0xB0CE75) is known color: Caper. HEX triplet: B0, CE and 75. RGB value is (176,206,117). Sum of RGB (Red+Green+Blue) = 176+206+117=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CE75 is #4F318A. Grayscale: #BBBBBB. Windows color (decimal): -5190027 or 7720624. OLE color: 7720624.
HSL color Cylindrical-coordinate representation of color #B0CE75: hue angle of 80.22º 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 #B0CE75 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 117 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.19 |
| HSL | 80.22º | 0.48% | 0.63% | - |
| HSV(B) | 80.22º | 0.43% | 0.81% | - |
| XYZ | 43.19 | 54.66 | 25.1 | - |
| YUV | 186.88 | 88.56 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 117 | 0.15 | 0 | 0.43 | 0.19 | 80.22 | 0.48 | 0.63 |
| Hex | B0 | CE | 75 | F | 0 | 2B | 13 | 50 | 30 | 3F |
| Octal | 260 | 316 | 165 | 17 | 0 | 53 | 23 | 120 | 60 | 77 |
| Binary | 10110000 | 11001110 | 1110101 | 1111 | 0 | 101011 | 10011 | 1010000 | 110000 | 111111 |
Color Harmonies of #B0CE75
Complementary color
Monochromatic Colors of #B0CE75
Black with #B0CE75
Text Example
Text Example
White with #B0CE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE75; }
p { color: rgb(176,206,117); }
H1.HeaderClassName
{
color: #B0CE75;
}
.AnyTagClassName
{
color: #B0CE75;
}
</style>
background-color css
<style>
a { background-color: #B0CE75; }
a { background-color: rgb(176,206,117); }
div.DivClassName
{
background-color: #B0CE75;
}
.BgClassName
{
background-color: #B0CE75;
}
</style>
border-color css
<style>
span { border-color: #B0CE75; }
span { border-color: rgb(176,206,117); }
td.TdClassName
{
border-color: #B0CE75;
}
.TagClassName
{
border-color: #B0CE75;
}
</style>