Shades of Caper #B3D675
Tints of Caper #B3D675
RGB
CMYK
RGB Variations
Color information
#B3D675 (or 0xB3D675) is known color: Caper. HEX triplet: B3, D6 and 75. RGB value is (179,214,117). Sum of RGB (Red+Green+Blue) = 179+214+117=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #B3D675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D675 is #4C298A. Grayscale: #C0C0C0. Windows color (decimal): -4991371 or 7722675. OLE color: 7722675.
HSL color Cylindrical-coordinate representation of color #B3D675: hue angle of 81.65º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3D675 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 214 | 117 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.16 |
| HSL | 81.65º | 0.54% | 0.65% | - |
| HSV(B) | 81.65º | 0.45% | 0.84% | - |
| XYZ | 45.85 | 58.96 | 25.79 | - |
| YUV | 192.48 | 85.4 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 214 | 117 | 0.16 | 0 | 0.45 | 0.16 | 81.65 | 0.54 | 0.65 |
| Hex | B3 | D6 | 75 | 10 | 0 | 2D | 10 | 52 | 36 | 41 |
| Octal | 263 | 326 | 165 | 20 | 0 | 55 | 20 | 122 | 66 | 101 |
| Binary | 10110011 | 11010110 | 1110101 | 10000 | 0 | 101101 | 10000 | 1010010 | 110110 | 1000001 |
Color Harmonies of #B3D675
Complementary color
Monochromatic Colors of #B3D675
Black with #B3D675
Text Example
Text Example
White with #B3D675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D675; }
p { color: rgb(179,214,117); }
H1.HeaderClassName
{
color: #B3D675;
}
.AnyTagClassName
{
color: #B3D675;
}
</style>
background-color css
<style>
a { background-color: #B3D675; }
a { background-color: rgb(179,214,117); }
div.DivClassName
{
background-color: #B3D675;
}
.BgClassName
{
background-color: #B3D675;
}
</style>
border-color css
<style>
span { border-color: #B3D675; }
span { border-color: rgb(179,214,117); }
td.TdClassName
{
border-color: #B3D675;
}
.TagClassName
{
border-color: #B3D675;
}
</style>