Shades of Caper #B0CE7A
Tints of Caper #B0CE7A
RGB
CMYK
RGB Variations
Color information
#B0CE7A (or 0xB0CE7A) is known color: Caper. HEX triplet: B0, CE and 7A. RGB value is (176,206,122). Sum of RGB (Red+Green+Blue) = 176+206+122=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CE7A is #4F3185. Grayscale: #BBBBBB. Windows color (decimal): -5190022 or 8048304. OLE color: 8048304.
HSL color Cylindrical-coordinate representation of color #B0CE7A: hue angle of 81.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0CE7A is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 122 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.19 |
| HSL | 81.43º | 0.46% | 0.64% | - |
| HSV(B) | 81.43º | 0.41% | 0.81% | - |
| XYZ | 43.49 | 54.78 | 26.69 | - |
| YUV | 187.45 | 91.06 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 122 | 0.15 | 0 | 0.41 | 0.19 | 81.43 | 0.46 | 0.64 |
| Hex | B0 | CE | 7A | F | 0 | 29 | 13 | 51 | 2E | 40 |
| Octal | 260 | 316 | 172 | 17 | 0 | 51 | 23 | 121 | 56 | 100 |
| Binary | 10110000 | 11001110 | 1111010 | 1111 | 0 | 101001 | 10011 | 1010001 | 101110 | 1000000 |
Color Harmonies of #B0CE7A
Complementary color
Monochromatic Colors of #B0CE7A
Black with #B0CE7A
Text Example
Text Example
White with #B0CE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE7A; }
p { color: rgb(176,206,122); }
H1.HeaderClassName
{
color: #B0CE7A;
}
.AnyTagClassName
{
color: #B0CE7A;
}
</style>
background-color css
<style>
a { background-color: #B0CE7A; }
a { background-color: rgb(176,206,122); }
div.DivClassName
{
background-color: #B0CE7A;
}
.BgClassName
{
background-color: #B0CE7A;
}
</style>
border-color css
<style>
span { border-color: #B0CE7A; }
span { border-color: rgb(176,206,122); }
td.TdClassName
{
border-color: #B0CE7A;
}
.TagClassName
{
border-color: #B0CE7A;
}
</style>