Shades of Caper #B0CE70
Tints of Caper #B0CE70
RGB
CMYK
RGB Variations
Color information
#B0CE70 (or 0xB0CE70) is known color: Caper. HEX triplet: B0, CE and 70. RGB value is (176,206,112). Sum of RGB (Red+Green+Blue) = 176+206+112=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CE70 is #4F318F. Grayscale: #BABABA. Windows color (decimal): -5190032 or 7392944. OLE color: 7392944.
HSL color Cylindrical-coordinate representation of color #B0CE70: hue angle of 79.15º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0CE70 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 112 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.19 |
| HSL | 79.15º | 0.49% | 0.62% | - |
| HSV(B) | 79.15º | 0.46% | 0.81% | - |
| XYZ | 42.9 | 54.54 | 23.6 | - |
| YUV | 186.31 | 86.06 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 112 | 0.15 | 0 | 0.46 | 0.19 | 79.15 | 0.49 | 0.62 |
| Hex | B0 | CE | 70 | F | 0 | 2E | 13 | 4F | 31 | 3E |
| Octal | 260 | 316 | 160 | 17 | 0 | 56 | 23 | 117 | 61 | 76 |
| Binary | 10110000 | 11001110 | 1110000 | 1111 | 0 | 101110 | 10011 | 1001111 | 110001 | 111110 |
Color Harmonies of #B0CE70
Complementary color
Monochromatic Colors of #B0CE70
Black with #B0CE70
Text Example
Text Example
White with #B0CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE70; }
p { color: rgb(176,206,112); }
H1.HeaderClassName
{
color: #B0CE70;
}
.AnyTagClassName
{
color: #B0CE70;
}
</style>
background-color css
<style>
a { background-color: #B0CE70; }
a { background-color: rgb(176,206,112); }
div.DivClassName
{
background-color: #B0CE70;
}
.BgClassName
{
background-color: #B0CE70;
}
</style>
border-color css
<style>
span { border-color: #B0CE70; }
span { border-color: rgb(176,206,112); }
td.TdClassName
{
border-color: #B0CE70;
}
.TagClassName
{
border-color: #B0CE70;
}
</style>