Shades of Caper #B4D183
Tints of Caper #B4D183
RGB
CMYK
RGB Variations
Color information
#B4D183 (or 0xB4D183) is known color: Caper. HEX triplet: B4, D1 and 83. RGB value is (180,209,131). Sum of RGB (Red+Green+Blue) = 180+209+131=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D183 is #4B2E7C. Grayscale: #BFBFBF. Windows color (decimal): -4927101 or 8638900. OLE color: 8638900.
HSL color Cylindrical-coordinate representation of color #B4D183: hue angle of 82.31º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4D183 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 209 | 131 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.18 |
| HSL | 82.31º | 0.46% | 0.67% | - |
| HSV(B) | 82.31º | 0.37% | 0.82% | - |
| XYZ | 45.72 | 56.94 | 30.05 | - |
| YUV | 191.44 | 93.89 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 209 | 131 | 0.14 | 0 | 0.37 | 0.18 | 82.31 | 0.46 | 0.67 |
| Hex | B4 | D1 | 83 | E | 0 | 25 | 12 | 52 | 2E | 43 |
| Octal | 264 | 321 | 203 | 16 | 0 | 45 | 22 | 122 | 56 | 103 |
| Binary | 10110100 | 11010001 | 10000011 | 1110 | 0 | 100101 | 10010 | 1010010 | 101110 | 1000011 |
Color Harmonies of #B4D183
Complementary color
Monochromatic Colors of #B4D183
Black with #B4D183
Text Example
Text Example
White with #B4D183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D183; }
p { color: rgb(180,209,131); }
H1.HeaderClassName
{
color: #B4D183;
}
.AnyTagClassName
{
color: #B4D183;
}
</style>
background-color css
<style>
a { background-color: #B4D183; }
a { background-color: rgb(180,209,131); }
div.DivClassName
{
background-color: #B4D183;
}
.BgClassName
{
background-color: #B4D183;
}
</style>
border-color css
<style>
span { border-color: #B4D183; }
span { border-color: rgb(180,209,131); }
td.TdClassName
{
border-color: #B4D183;
}
.TagClassName
{
border-color: #B4D183;
}
</style>