Shades of Caper #B4D272
Tints of Caper #B4D272
RGB
CMYK
RGB Variations
Color information
#B4D272 (or 0xB4D272) is known color: Caper. HEX triplet: B4, D2 and 72. RGB value is (180,210,114). Sum of RGB (Red+Green+Blue) = 180+210+114=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D272 is #4B2D8D. Grayscale: #BEBEBE. Windows color (decimal): -4926862 or 7525044. OLE color: 7525044.
HSL color Cylindrical-coordinate representation of color #B4D272: hue angle of 78.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4D272 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 210 | 114 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.18 |
| HSL | 78.75º | 0.52% | 0.64% | - |
| HSV(B) | 78.75º | 0.46% | 0.82% | - |
| XYZ | 44.91 | 57.01 | 24.56 | - |
| YUV | 190.09 | 85.06 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 210 | 114 | 0.14 | 0 | 0.46 | 0.18 | 78.75 | 0.52 | 0.64 |
| Hex | B4 | D2 | 72 | E | 0 | 2E | 12 | 4F | 34 | 40 |
| Octal | 264 | 322 | 162 | 16 | 0 | 56 | 22 | 117 | 64 | 100 |
| Binary | 10110100 | 11010010 | 1110010 | 1110 | 0 | 101110 | 10010 | 1001111 | 110100 | 1000000 |
Color Harmonies of #B4D272
Complementary color
Monochromatic Colors of #B4D272
Black with #B4D272
Text Example
Text Example
White with #B4D272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D272; }
p { color: rgb(180,210,114); }
H1.HeaderClassName
{
color: #B4D272;
}
.AnyTagClassName
{
color: #B4D272;
}
</style>
background-color css
<style>
a { background-color: #B4D272; }
a { background-color: rgb(180,210,114); }
div.DivClassName
{
background-color: #B4D272;
}
.BgClassName
{
background-color: #B4D272;
}
</style>
border-color css
<style>
span { border-color: #B4D272; }
span { border-color: rgb(180,210,114); }
td.TdClassName
{
border-color: #B4D272;
}
.TagClassName
{
border-color: #B4D272;
}
</style>