Shades of Caper #B4CC83
Tints of Caper #B4CC83
RGB
CMYK
RGB Variations
Color information
#B4CC83 (or 0xB4CC83) is known color: Caper. HEX triplet: B4, CC and 83. RGB value is (180,204,131). Sum of RGB (Red+Green+Blue) = 180+204+131=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CC83 is #4B337C. Grayscale: #BCBCBC. Windows color (decimal): -4928381 or 8637620. OLE color: 8637620.
HSL color Cylindrical-coordinate representation of color #B4CC83: hue angle of 79.73º 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 #B4CC83 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 204 | 131 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.2 |
| HSL | 79.73º | 0.42% | 0.66% | - |
| HSV(B) | 79.73º | 0.36% | 0.8% | - |
| XYZ | 44.51 | 54.53 | 29.65 | - |
| YUV | 188.5 | 95.55 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 204 | 131 | 0.12 | 0 | 0.36 | 0.2 | 79.73 | 0.42 | 0.66 |
| Hex | B4 | CC | 83 | C | 0 | 24 | 14 | 50 | 2A | 42 |
| Octal | 264 | 314 | 203 | 14 | 0 | 44 | 24 | 120 | 52 | 102 |
| Binary | 10110100 | 11001100 | 10000011 | 1100 | 0 | 100100 | 10100 | 1010000 | 101010 | 1000010 |
Color Harmonies of #B4CC83
Complementary color
Monochromatic Colors of #B4CC83
Black with #B4CC83
Text Example
Text Example
White with #B4CC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CC83; }
p { color: rgb(180,204,131); }
H1.HeaderClassName
{
color: #B4CC83;
}
.AnyTagClassName
{
color: #B4CC83;
}
</style>
background-color css
<style>
a { background-color: #B4CC83; }
a { background-color: rgb(180,204,131); }
div.DivClassName
{
background-color: #B4CC83;
}
.BgClassName
{
background-color: #B4CC83;
}
</style>
border-color css
<style>
span { border-color: #B4CC83; }
span { border-color: rgb(180,204,131); }
td.TdClassName
{
border-color: #B4CC83;
}
.TagClassName
{
border-color: #B4CC83;
}
</style>