Shades of Caper #B3C372
Tints of Caper #B3C372
RGB
CMYK
RGB Variations
Color information
#B3C372 (or 0xB3C372) is known color: Caper. HEX triplet: B3, C3 and 72. RGB value is (179,195,114). Sum of RGB (Red+Green+Blue) = 179+195+114=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C372 is #4C3C8D. Grayscale: #B5B5B5. Windows color (decimal): -4996238 or 7521203. OLE color: 7521203.
HSL color Cylindrical-coordinate representation of color #B3C372: hue angle of 71.85º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3C372 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 195 | 114 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.24 |
| HSL | 71.85º | 0.4% | 0.61% | - |
| HSV(B) | 71.85º | 0.42% | 0.76% | - |
| XYZ | 41.14 | 49.83 | 23.37 | - |
| YUV | 180.98 | 90.2 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 195 | 114 | 0.08 | 0 | 0.42 | 0.24 | 71.85 | 0.4 | 0.61 |
| Hex | B3 | C3 | 72 | 8 | 0 | 2A | 18 | 48 | 28 | 3D |
| Octal | 263 | 303 | 162 | 10 | 0 | 52 | 30 | 110 | 50 | 75 |
| Binary | 10110011 | 11000011 | 1110010 | 1000 | 0 | 101010 | 11000 | 1001000 | 101000 | 111101 |
Color Harmonies of #B3C372
Complementary color
Monochromatic Colors of #B3C372
Black with #B3C372
Text Example
Text Example
White with #B3C372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C372; }
p { color: rgb(179,195,114); }
H1.HeaderClassName
{
color: #B3C372;
}
.AnyTagClassName
{
color: #B3C372;
}
</style>
background-color css
<style>
a { background-color: #B3C372; }
a { background-color: rgb(179,195,114); }
div.DivClassName
{
background-color: #B3C372;
}
.BgClassName
{
background-color: #B3C372;
}
</style>
border-color css
<style>
span { border-color: #B3C372; }
span { border-color: rgb(179,195,114); }
td.TdClassName
{
border-color: #B3C372;
}
.TagClassName
{
border-color: #B3C372;
}
</style>