Shades of Caper #B2C481
Tints of Caper #B2C481
RGB
CMYK
RGB Variations
Color information
#B2C481 (or 0xB2C481) is known color: Caper. HEX triplet: B2, C4 and 81. RGB value is (178,196,129). Sum of RGB (Red+Green+Blue) = 178+196+129=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C481 is #4D3B7E. Grayscale: #B7B7B7. Windows color (decimal): -5061503 or 8504498. OLE color: 8504498.
HSL color Cylindrical-coordinate representation of color #B2C481: hue angle of 76.12º 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 #B2C481 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 196 | 129 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.23 |
| HSL | 76.12º | 0.36% | 0.64% | - |
| HSV(B) | 76.12º | 0.34% | 0.77% | - |
| XYZ | 42.06 | 50.53 | 28.31 | - |
| YUV | 182.98 | 97.54 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 129 | 0.09 | 0 | 0.34 | 0.23 | 76.12 | 0.36 | 0.64 |
| Hex | B2 | C4 | 81 | 9 | 0 | 22 | 17 | 4C | 24 | 40 |
| Octal | 262 | 304 | 201 | 11 | 0 | 42 | 27 | 114 | 44 | 100 |
| Binary | 10110010 | 11000100 | 10000001 | 1001 | 0 | 100010 | 10111 | 1001100 | 100100 | 1000000 |
Color Harmonies of #B2C481
Complementary color
Monochromatic Colors of #B2C481
Black with #B2C481
Text Example
Text Example
White with #B2C481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C481; }
p { color: rgb(178,196,129); }
H1.HeaderClassName
{
color: #B2C481;
}
.AnyTagClassName
{
color: #B2C481;
}
</style>
background-color css
<style>
a { background-color: #B2C481; }
a { background-color: rgb(178,196,129); }
div.DivClassName
{
background-color: #B2C481;
}
.BgClassName
{
background-color: #B2C481;
}
</style>
border-color css
<style>
span { border-color: #B2C481; }
span { border-color: rgb(178,196,129); }
td.TdClassName
{
border-color: #B2C481;
}
.TagClassName
{
border-color: #B2C481;
}
</style>