Shades of Caper #B1CC82
Tints of Caper #B1CC82
RGB
CMYK
RGB Variations
Color information
#B1CC82 (or 0xB1CC82) is known color: Caper. HEX triplet: B1, CC and 82. RGB value is (177,204,130). Sum of RGB (Red+Green+Blue) = 177+204+130=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CC82 is #4E337D. Grayscale: #BBBBBB. Windows color (decimal): -5124990 or 8572081. OLE color: 8572081.
HSL color Cylindrical-coordinate representation of color #B1CC82: hue angle of 81.89º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1CC82 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 204 | 130 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.2 |
| HSL | 81.89º | 0.42% | 0.65% | - |
| HSV(B) | 81.89º | 0.36% | 0.8% | - |
| XYZ | 43.75 | 54.14 | 29.26 | - |
| YUV | 187.49 | 95.55 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 130 | 0.13 | 0 | 0.36 | 0.2 | 81.89 | 0.42 | 0.65 |
| Hex | B1 | CC | 82 | D | 0 | 24 | 14 | 52 | 2A | 41 |
| Octal | 261 | 314 | 202 | 15 | 0 | 44 | 24 | 122 | 52 | 101 |
| Binary | 10110001 | 11001100 | 10000010 | 1101 | 0 | 100100 | 10100 | 1010010 | 101010 | 1000001 |
Color Harmonies of #B1CC82
Complementary color
Monochromatic Colors of #B1CC82
Black with #B1CC82
Text Example
Text Example
White with #B1CC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CC82; }
p { color: rgb(177,204,130); }
H1.HeaderClassName
{
color: #B1CC82;
}
.AnyTagClassName
{
color: #B1CC82;
}
</style>
background-color css
<style>
a { background-color: #B1CC82; }
a { background-color: rgb(177,204,130); }
div.DivClassName
{
background-color: #B1CC82;
}
.BgClassName
{
background-color: #B1CC82;
}
</style>
border-color css
<style>
span { border-color: #B1CC82; }
span { border-color: rgb(177,204,130); }
td.TdClassName
{
border-color: #B1CC82;
}
.TagClassName
{
border-color: #B1CC82;
}
</style>