Shades of Caper #B4D380
Tints of Caper #B4D380
RGB
CMYK
RGB Variations
Color information
#B4D380 (or 0xB4D380) is known color: Caper. HEX triplet: B4, D3 and 80. RGB value is (180,211,128). Sum of RGB (Red+Green+Blue) = 180+211+128=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D380 is #4B2C7F. Grayscale: #C0C0C0. Windows color (decimal): -4926592 or 8442804. OLE color: 8442804.
HSL color Cylindrical-coordinate representation of color #B4D380: hue angle of 82.41º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4D380 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 211 | 128 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.17 |
| HSL | 82.41º | 0.49% | 0.66% | - |
| HSV(B) | 82.41º | 0.39% | 0.83% | - |
| XYZ | 46.01 | 57.85 | 29.16 | - |
| YUV | 192.27 | 91.73 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 211 | 128 | 0.15 | 0 | 0.39 | 0.17 | 82.41 | 0.49 | 0.66 |
| Hex | B4 | D3 | 80 | F | 0 | 27 | 11 | 52 | 31 | 42 |
| Octal | 264 | 323 | 200 | 17 | 0 | 47 | 21 | 122 | 61 | 102 |
| Binary | 10110100 | 11010011 | 10000000 | 1111 | 0 | 100111 | 10001 | 1010010 | 110001 | 1000010 |
Color Harmonies of #B4D380
Complementary color
Monochromatic Colors of #B4D380
Black with #B4D380
Text Example
Text Example
White with #B4D380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D380; }
p { color: rgb(180,211,128); }
H1.HeaderClassName
{
color: #B4D380;
}
.AnyTagClassName
{
color: #B4D380;
}
</style>
background-color css
<style>
a { background-color: #B4D380; }
a { background-color: rgb(180,211,128); }
div.DivClassName
{
background-color: #B4D380;
}
.BgClassName
{
background-color: #B4D380;
}
</style>
border-color css
<style>
span { border-color: #B4D380; }
span { border-color: rgb(180,211,128); }
td.TdClassName
{
border-color: #B4D380;
}
.TagClassName
{
border-color: #B4D380;
}
</style>