Shades of Caper #B3CC80
Tints of Caper #B3CC80
RGB
CMYK
RGB Variations
Color information
#B3CC80 (or 0xB3CC80) is known color: Caper. HEX triplet: B3, CC and 80. RGB value is (179,204,128). Sum of RGB (Red+Green+Blue) = 179+204+128=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CC80 is #4C337F. Grayscale: #BCBCBC. Windows color (decimal): -4993920 or 8441011. OLE color: 8441011.
HSL color Cylindrical-coordinate representation of color #B3CC80: hue angle of 79.74º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3CC80 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 204 | 128 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.2 |
| HSL | 79.74º | 0.43% | 0.65% | - |
| HSV(B) | 79.74º | 0.37% | 0.8% | - |
| XYZ | 44.08 | 54.33 | 28.59 | - |
| YUV | 187.86 | 94.22 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 204 | 128 | 0.12 | 0 | 0.37 | 0.2 | 79.74 | 0.43 | 0.65 |
| Hex | B3 | CC | 80 | C | 0 | 25 | 14 | 50 | 2B | 41 |
| Octal | 263 | 314 | 200 | 14 | 0 | 45 | 24 | 120 | 53 | 101 |
| Binary | 10110011 | 11001100 | 10000000 | 1100 | 0 | 100101 | 10100 | 1010000 | 101011 | 1000001 |
Color Harmonies of #B3CC80
Complementary color
Monochromatic Colors of #B3CC80
Black with #B3CC80
Text Example
Text Example
White with #B3CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CC80; }
p { color: rgb(179,204,128); }
H1.HeaderClassName
{
color: #B3CC80;
}
.AnyTagClassName
{
color: #B3CC80;
}
</style>
background-color css
<style>
a { background-color: #B3CC80; }
a { background-color: rgb(179,204,128); }
div.DivClassName
{
background-color: #B3CC80;
}
.BgClassName
{
background-color: #B3CC80;
}
</style>
border-color css
<style>
span { border-color: #B3CC80; }
span { border-color: rgb(179,204,128); }
td.TdClassName
{
border-color: #B3CC80;
}
.TagClassName
{
border-color: #B3CC80;
}
</style>