Shades of Caper #B0CC83
Tints of Caper #B0CC83
RGB
CMYK
RGB Variations
Color information
#B0CC83 (or 0xB0CC83) is known color: Caper. HEX triplet: B0, CC and 83. RGB value is (176,204,131). Sum of RGB (Red+Green+Blue) = 176+204+131=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CC83 is #4F337C. Grayscale: #BBBBBB. Windows color (decimal): -5190525 or 8637616. OLE color: 8637616.
HSL color Cylindrical-coordinate representation of color #B0CC83: hue angle of 83.01º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0CC83 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 131 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.2 |
| HSL | 83.01º | 0.42% | 0.66% | - |
| HSV(B) | 83.01º | 0.36% | 0.8% | - |
| XYZ | 43.59 | 54.05 | 29.61 | - |
| YUV | 187.31 | 96.22 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 131 | 0.14 | 0 | 0.36 | 0.2 | 83.01 | 0.42 | 0.66 |
| Hex | B0 | CC | 83 | E | 0 | 24 | 14 | 53 | 2A | 42 |
| Octal | 260 | 314 | 203 | 16 | 0 | 44 | 24 | 123 | 52 | 102 |
| Binary | 10110000 | 11001100 | 10000011 | 1110 | 0 | 100100 | 10100 | 1010011 | 101010 | 1000010 |
Color Harmonies of #B0CC83
Complementary color
Monochromatic Colors of #B0CC83
Black with #B0CC83
Text Example
Text Example
White with #B0CC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC83; }
p { color: rgb(176,204,131); }
H1.HeaderClassName
{
color: #B0CC83;
}
.AnyTagClassName
{
color: #B0CC83;
}
</style>
background-color css
<style>
a { background-color: #B0CC83; }
a { background-color: rgb(176,204,131); }
div.DivClassName
{
background-color: #B0CC83;
}
.BgClassName
{
background-color: #B0CC83;
}
</style>
border-color css
<style>
span { border-color: #B0CC83; }
span { border-color: rgb(176,204,131); }
td.TdClassName
{
border-color: #B0CC83;
}
.TagClassName
{
border-color: #B0CC83;
}
</style>