Shades of Caper #B3C17A
Tints of Caper #B3C17A
RGB
CMYK
RGB Variations
Color information
#B3C17A (or 0xB3C17A) is known color: Caper. HEX triplet: B3, C1 and 7A. RGB value is (179,193,122). Sum of RGB (Red+Green+Blue) = 179+193+122=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C17A is #4C3E85. Grayscale: #B4B4B4. Windows color (decimal): -4996742 or 8044979. OLE color: 8044979.
HSL color Cylindrical-coordinate representation of color #B3C17A: hue angle of 71.83º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3C17A is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 122 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.24 |
| HSL | 71.83º | 0.36% | 0.62% | - |
| HSV(B) | 71.83º | 0.37% | 0.76% | - |
| XYZ | 41.17 | 49.13 | 25.73 | - |
| YUV | 180.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 122 | 0.07 | 0 | 0.37 | 0.24 | 71.83 | 0.36 | 0.62 |
| Hex | B3 | C1 | 7A | 7 | 0 | 25 | 18 | 48 | 24 | 3E |
| Octal | 263 | 301 | 172 | 7 | 0 | 45 | 30 | 110 | 44 | 76 |
| Binary | 10110011 | 11000001 | 1111010 | 111 | 0 | 100101 | 11000 | 1001000 | 100100 | 111110 |
Color Harmonies of #B3C17A
Complementary color
Monochromatic Colors of #B3C17A
Black with #B3C17A
Text Example
Text Example
White with #B3C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C17A; }
p { color: rgb(179,193,122); }
H1.HeaderClassName
{
color: #B3C17A;
}
.AnyTagClassName
{
color: #B3C17A;
}
</style>
background-color css
<style>
a { background-color: #B3C17A; }
a { background-color: rgb(179,193,122); }
div.DivClassName
{
background-color: #B3C17A;
}
.BgClassName
{
background-color: #B3C17A;
}
</style>
border-color css
<style>
span { border-color: #B3C17A; }
span { border-color: rgb(179,193,122); }
td.TdClassName
{
border-color: #B3C17A;
}
.TagClassName
{
border-color: #B3C17A;
}
</style>