Shades of Caper #B3C470
Tints of Caper #B3C470
RGB
CMYK
RGB Variations
Color information
#B3C470 (or 0xB3C470) is known color: Caper. HEX triplet: B3, C4 and 70. RGB value is (179,196,112). Sum of RGB (Red+Green+Blue) = 179+196+112=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C470 is #4C3B8F. Grayscale: #B5B5B5. Windows color (decimal): -4995984 or 7390387. OLE color: 7390387.
HSL color Cylindrical-coordinate representation of color #B3C470: hue angle of 72.14º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3C470 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 196 | 112 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.23 |
| HSL | 72.14º | 0.42% | 0.6% | - |
| HSV(B) | 72.14º | 0.43% | 0.77% | - |
| XYZ | 41.25 | 50.23 | 22.85 | - |
| YUV | 181.34 | 88.87 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 196 | 112 | 0.09 | 0 | 0.43 | 0.23 | 72.14 | 0.42 | 0.6 |
| Hex | B3 | C4 | 70 | 9 | 0 | 2B | 17 | 48 | 2A | 3C |
| Octal | 263 | 304 | 160 | 11 | 0 | 53 | 27 | 110 | 52 | 74 |
| Binary | 10110011 | 11000100 | 1110000 | 1001 | 0 | 101011 | 10111 | 1001000 | 101010 | 111100 |
Color Harmonies of #B3C470
Complementary color
Monochromatic Colors of #B3C470
Black with #B3C470
Text Example
Text Example
White with #B3C470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C470; }
p { color: rgb(179,196,112); }
H1.HeaderClassName
{
color: #B3C470;
}
.AnyTagClassName
{
color: #B3C470;
}
</style>
background-color css
<style>
a { background-color: #B3C470; }
a { background-color: rgb(179,196,112); }
div.DivClassName
{
background-color: #B3C470;
}
.BgClassName
{
background-color: #B3C470;
}
</style>
border-color css
<style>
span { border-color: #B3C470; }
span { border-color: rgb(179,196,112); }
td.TdClassName
{
border-color: #B3C470;
}
.TagClassName
{
border-color: #B3C470;
}
</style>