Shades of Caper #B4D275
Tints of Caper #B4D275
RGB
CMYK
RGB Variations
Color information
#B4D275 (or 0xB4D275) is known color: Caper. HEX triplet: B4, D2 and 75. RGB value is (180,210,117). Sum of RGB (Red+Green+Blue) = 180+210+117=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D275 is #4B2D8A. Grayscale: #BEBEBE. Windows color (decimal): -4926859 or 7721652. OLE color: 7721652.
HSL color Cylindrical-coordinate representation of color #B4D275: hue angle of 79.35º 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 #B4D275 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 210 | 117 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.18 |
| HSL | 79.35º | 0.51% | 0.64% | - |
| HSV(B) | 79.35º | 0.44% | 0.82% | - |
| XYZ | 45.08 | 57.08 | 25.47 | - |
| YUV | 190.43 | 86.56 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 210 | 117 | 0.14 | 0 | 0.44 | 0.18 | 79.35 | 0.51 | 0.64 |
| Hex | B4 | D2 | 75 | E | 0 | 2C | 12 | 4F | 33 | 40 |
| Octal | 264 | 322 | 165 | 16 | 0 | 54 | 22 | 117 | 63 | 100 |
| Binary | 10110100 | 11010010 | 1110101 | 1110 | 0 | 101100 | 10010 | 1001111 | 110011 | 1000000 |
Color Harmonies of #B4D275
Complementary color
Monochromatic Colors of #B4D275
Black with #B4D275
Text Example
Text Example
White with #B4D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D275; }
p { color: rgb(180,210,117); }
H1.HeaderClassName
{
color: #B4D275;
}
.AnyTagClassName
{
color: #B4D275;
}
</style>
background-color css
<style>
a { background-color: #B4D275; }
a { background-color: rgb(180,210,117); }
div.DivClassName
{
background-color: #B4D275;
}
.BgClassName
{
background-color: #B4D275;
}
</style>
border-color css
<style>
span { border-color: #B4D275; }
span { border-color: rgb(180,210,117); }
td.TdClassName
{
border-color: #B4D275;
}
.TagClassName
{
border-color: #B4D275;
}
</style>