Shades of Caper #B0D06F
Tints of Caper #B0D06F
RGB
CMYK
RGB Variations
Color information
#B0D06F (or 0xB0D06F) is known color: Caper. HEX triplet: B0, D0 and 6F. RGB value is (176,208,111). Sum of RGB (Red+Green+Blue) = 176+208+111=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D06F is #4F2F90. Grayscale: #BBBBBB. Windows color (decimal): -5189521 or 7327920. OLE color: 7327920.
HSL color Cylindrical-coordinate representation of color #B0D06F: hue angle of 79.79º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0D06F is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 111 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.18 |
| HSL | 79.79º | 0.51% | 0.63% | - |
| HSV(B) | 79.79º | 0.47% | 0.82% | - |
| XYZ | 43.33 | 55.49 | 23.47 | - |
| YUV | 187.37 | 84.9 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 111 | 0.15 | 0 | 0.47 | 0.18 | 79.79 | 0.51 | 0.63 |
| Hex | B0 | D0 | 6F | F | 0 | 2F | 12 | 50 | 33 | 3F |
| Octal | 260 | 320 | 157 | 17 | 0 | 57 | 22 | 120 | 63 | 77 |
| Binary | 10110000 | 11010000 | 1101111 | 1111 | 0 | 101111 | 10010 | 1010000 | 110011 | 111111 |
Color Harmonies of #B0D06F
Complementary color
Monochromatic Colors of #B0D06F
Black with #B0D06F
Text Example
Text Example
White with #B0D06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D06F; }
p { color: rgb(176,208,111); }
H1.HeaderClassName
{
color: #B0D06F;
}
.AnyTagClassName
{
color: #B0D06F;
}
</style>
background-color css
<style>
a { background-color: #B0D06F; }
a { background-color: rgb(176,208,111); }
div.DivClassName
{
background-color: #B0D06F;
}
.BgClassName
{
background-color: #B0D06F;
}
</style>
border-color css
<style>
span { border-color: #B0D06F; }
span { border-color: rgb(176,208,111); }
td.TdClassName
{
border-color: #B0D06F;
}
.TagClassName
{
border-color: #B0D06F;
}
</style>