Shades of Caper #B3D275
Tints of Caper #B3D275
RGB
CMYK
RGB Variations
Color information
#B3D275 (or 0xB3D275) is known color: Caper. HEX triplet: B3, D2 and 75. RGB value is (179,210,117). Sum of RGB (Red+Green+Blue) = 179+210+117=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D275 is #4C2D8A. Grayscale: #BEBEBE. Windows color (decimal): -4992395 or 7721651. OLE color: 7721651.
HSL color Cylindrical-coordinate representation of color #B3D275: hue angle of 80º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3D275 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 210 | 117 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.18 |
| HSL | 80º | 0.51% | 0.64% | - |
| HSV(B) | 80º | 0.44% | 0.82% | - |
| XYZ | 44.85 | 56.96 | 25.46 | - |
| YUV | 190.13 | 86.73 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 210 | 117 | 0.15 | 0 | 0.44 | 0.18 | 80 | 0.51 | 0.64 |
| Hex | B3 | D2 | 75 | F | 0 | 2C | 12 | 50 | 33 | 40 |
| Octal | 263 | 322 | 165 | 17 | 0 | 54 | 22 | 120 | 63 | 100 |
| Binary | 10110011 | 11010010 | 1110101 | 1111 | 0 | 101100 | 10010 | 1010000 | 110011 | 1000000 |
Color Harmonies of #B3D275
Complementary color
Monochromatic Colors of #B3D275
Black with #B3D275
Text Example
Text Example
White with #B3D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D275; }
p { color: rgb(179,210,117); }
H1.HeaderClassName
{
color: #B3D275;
}
.AnyTagClassName
{
color: #B3D275;
}
</style>
background-color css
<style>
a { background-color: #B3D275; }
a { background-color: rgb(179,210,117); }
div.DivClassName
{
background-color: #B3D275;
}
.BgClassName
{
background-color: #B3D275;
}
</style>
border-color css
<style>
span { border-color: #B3D275; }
span { border-color: rgb(179,210,117); }
td.TdClassName
{
border-color: #B3D275;
}
.TagClassName
{
border-color: #B3D275;
}
</style>