Shades of Caper #B3C490
Tints of Caper #B3C490
RGB
CMYK
RGB Variations
Color information
#B3C490 (or 0xB3C490) is known color: Caper. HEX triplet: B3, C4 and 90. RGB value is (179,196,144). Sum of RGB (Red+Green+Blue) = 179+196+144=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C490 is #4C3B6F. Grayscale: #B9B9B9. Windows color (decimal): -4995952 or 9487539. OLE color: 9487539.
HSL color Cylindrical-coordinate representation of color #B3C490: hue angle of 79.62º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3C490 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 196 | 144 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.23 |
| HSL | 79.62º | 0.31% | 0.67% | - |
| HSV(B) | 79.62º | 0.27% | 0.77% | - |
| XYZ | 43.36 | 51.08 | 33.96 | - |
| YUV | 184.99 | 104.87 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 196 | 144 | 0.09 | 0 | 0.27 | 0.23 | 79.62 | 0.31 | 0.67 |
| Hex | B3 | C4 | 90 | 9 | 0 | 1B | 17 | 50 | 1F | 43 |
| Octal | 263 | 304 | 220 | 11 | 0 | 33 | 27 | 120 | 37 | 103 |
| Binary | 10110011 | 11000100 | 10010000 | 1001 | 0 | 11011 | 10111 | 1010000 | 11111 | 1000011 |
Color Harmonies of #B3C490
Complementary color
Monochromatic Colors of #B3C490
Black with #B3C490
Text Example
Text Example
White with #B3C490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C490; }
p { color: rgb(179,196,144); }
H1.HeaderClassName
{
color: #B3C490;
}
.AnyTagClassName
{
color: #B3C490;
}
</style>
background-color css
<style>
a { background-color: #B3C490; }
a { background-color: rgb(179,196,144); }
div.DivClassName
{
background-color: #B3C490;
}
.BgClassName
{
background-color: #B3C490;
}
</style>
border-color css
<style>
span { border-color: #B3C490; }
span { border-color: rgb(179,196,144); }
td.TdClassName
{
border-color: #B3C490;
}
.TagClassName
{
border-color: #B3C490;
}
</style>