Shades of Caper #B3C17D
Tints of Caper #B3C17D
RGB
CMYK
RGB Variations
Color information
#B3C17D (or 0xB3C17D) is known color: Caper. HEX triplet: B3, C1 and 7D. RGB value is (179,193,125). Sum of RGB (Red+Green+Blue) = 179+193+125=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C17D is #4C3E82. Grayscale: #B5B5B5. Windows color (decimal): -4996739 or 8241587. OLE color: 8241587.
HSL color Cylindrical-coordinate representation of color #B3C17D: hue angle of 72.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3C17D is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 125 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.24 |
| HSL | 72.35º | 0.35% | 0.62% | - |
| HSV(B) | 72.35º | 0.35% | 0.76% | - |
| XYZ | 41.36 | 49.2 | 26.72 | - |
| YUV | 181.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 125 | 0.07 | 0 | 0.35 | 0.24 | 72.35 | 0.35 | 0.62 |
| Hex | B3 | C1 | 7D | 7 | 0 | 23 | 18 | 48 | 23 | 3E |
| Octal | 263 | 301 | 175 | 7 | 0 | 43 | 30 | 110 | 43 | 76 |
| Binary | 10110011 | 11000001 | 1111101 | 111 | 0 | 100011 | 11000 | 1001000 | 100011 | 111110 |
Color Harmonies of #B3C17D
Complementary color
Monochromatic Colors of #B3C17D
Black with #B3C17D
Text Example
Text Example
White with #B3C17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C17D; }
p { color: rgb(179,193,125); }
H1.HeaderClassName
{
color: #B3C17D;
}
.AnyTagClassName
{
color: #B3C17D;
}
</style>
background-color css
<style>
a { background-color: #B3C17D; }
a { background-color: rgb(179,193,125); }
div.DivClassName
{
background-color: #B3C17D;
}
.BgClassName
{
background-color: #B3C17D;
}
</style>
border-color css
<style>
span { border-color: #B3C17D; }
span { border-color: rgb(179,193,125); }
td.TdClassName
{
border-color: #B3C17D;
}
.TagClassName
{
border-color: #B3C17D;
}
</style>