Shades of Caper #B1C480
Tints of Caper #B1C480
RGB
CMYK
RGB Variations
Color information
#B1C480 (or 0xB1C480) is known color: Caper. HEX triplet: B1, C4 and 80. RGB value is (177,196,128). Sum of RGB (Red+Green+Blue) = 177+196+128=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C480 is #4E3B7F. Grayscale: #B6B6B6. Windows color (decimal): -5127040 or 8438961. OLE color: 8438961.
HSL color Cylindrical-coordinate representation of color #B1C480: hue angle of 76.76º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1C480 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 196 | 128 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.23 |
| HSL | 76.76º | 0.37% | 0.64% | - |
| HSV(B) | 76.76º | 0.35% | 0.77% | - |
| XYZ | 41.77 | 50.39 | 27.95 | - |
| YUV | 182.57 | 97.21 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 196 | 128 | 0.10 | 0 | 0.35 | 0.23 | 76.76 | 0.37 | 0.64 |
| Hex | B1 | C4 | 80 | A | 0 | 23 | 17 | 4D | 25 | 40 |
| Octal | 261 | 304 | 200 | 12 | 0 | 43 | 27 | 115 | 45 | 100 |
| Binary | 10110001 | 11000100 | 10000000 | 1010 | 0 | 100011 | 10111 | 1001101 | 100101 | 1000000 |
Color Harmonies of #B1C480
Complementary color
Monochromatic Colors of #B1C480
Black with #B1C480
Text Example
Text Example
White with #B1C480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C480; }
p { color: rgb(177,196,128); }
H1.HeaderClassName
{
color: #B1C480;
}
.AnyTagClassName
{
color: #B1C480;
}
</style>
background-color css
<style>
a { background-color: #B1C480; }
a { background-color: rgb(177,196,128); }
div.DivClassName
{
background-color: #B1C480;
}
.BgClassName
{
background-color: #B1C480;
}
</style>
border-color css
<style>
span { border-color: #B1C480; }
span { border-color: rgb(177,196,128); }
td.TdClassName
{
border-color: #B1C480;
}
.TagClassName
{
border-color: #B1C480;
}
</style>