Shades of Caper #B8C481
Tints of Caper #B8C481
RGB
CMYK
RGB Variations
Color information
#B8C481 (or 0xB8C481) is known color: Caper. HEX triplet: B8, C4 and 81. RGB value is (184,196,129). Sum of RGB (Red+Green+Blue) = 184+196+129=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C481 is #473B7E. Grayscale: #B9B9B9. Windows color (decimal): -4668287 or 8504504. OLE color: 8504504.
HSL color Cylindrical-coordinate representation of color #B8C481: hue angle of 70.75º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8C481 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 129 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.23 |
| HSL | 70.75º | 0.36% | 0.64% | - |
| HSV(B) | 70.75º | 0.34% | 0.77% | - |
| XYZ | 43.47 | 51.26 | 28.37 | - |
| YUV | 184.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 129 | 0.06 | 0 | 0.34 | 0.23 | 70.75 | 0.36 | 0.64 |
| Hex | B8 | C4 | 81 | 6 | 0 | 22 | 17 | 47 | 24 | 40 |
| Octal | 270 | 304 | 201 | 6 | 0 | 42 | 27 | 107 | 44 | 100 |
| Binary | 10111000 | 11000100 | 10000001 | 110 | 0 | 100010 | 10111 | 1000111 | 100100 | 1000000 |
Color Harmonies of #B8C481
Complementary color
Monochromatic Colors of #B8C481
Black with #B8C481
Text Example
Text Example
White with #B8C481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C481; }
p { color: rgb(184,196,129); }
H1.HeaderClassName
{
color: #B8C481;
}
.AnyTagClassName
{
color: #B8C481;
}
</style>
background-color css
<style>
a { background-color: #B8C481; }
a { background-color: rgb(184,196,129); }
div.DivClassName
{
background-color: #B8C481;
}
.BgClassName
{
background-color: #B8C481;
}
</style>
border-color css
<style>
span { border-color: #B8C481; }
span { border-color: rgb(184,196,129); }
td.TdClassName
{
border-color: #B8C481;
}
.TagClassName
{
border-color: #B8C481;
}
</style>