Shades of Caper #B3CE74
Tints of Caper #B3CE74
RGB
CMYK
RGB Variations
Color information
#B3CE74 (or 0xB3CE74) is known color: Caper. HEX triplet: B3, CE and 74. RGB value is (179,206,116). Sum of RGB (Red+Green+Blue) = 179+206+116=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CE74 is #4C318B. Grayscale: #BBBBBB. Windows color (decimal): -4993420 or 7655091. OLE color: 7655091.
HSL color Cylindrical-coordinate representation of color #B3CE74: hue angle of 78º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3CE74 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 206 | 116 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.19 |
| HSL | 78º | 0.48% | 0.63% | - |
| HSV(B) | 78º | 0.44% | 0.81% | - |
| XYZ | 43.81 | 54.99 | 24.83 | - |
| YUV | 187.67 | 87.55 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 116 | 0.13 | 0 | 0.44 | 0.19 | 78 | 0.48 | 0.63 |
| Hex | B3 | CE | 74 | D | 0 | 2C | 13 | 4E | 30 | 3F |
| Octal | 263 | 316 | 164 | 15 | 0 | 54 | 23 | 116 | 60 | 77 |
| Binary | 10110011 | 11001110 | 1110100 | 1101 | 0 | 101100 | 10011 | 1001110 | 110000 | 111111 |
Color Harmonies of #B3CE74
Complementary color
Monochromatic Colors of #B3CE74
Black with #B3CE74
Text Example
Text Example
White with #B3CE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CE74; }
p { color: rgb(179,206,116); }
H1.HeaderClassName
{
color: #B3CE74;
}
.AnyTagClassName
{
color: #B3CE74;
}
</style>
background-color css
<style>
a { background-color: #B3CE74; }
a { background-color: rgb(179,206,116); }
div.DivClassName
{
background-color: #B3CE74;
}
.BgClassName
{
background-color: #B3CE74;
}
</style>
border-color css
<style>
span { border-color: #B3CE74; }
span { border-color: rgb(179,206,116); }
td.TdClassName
{
border-color: #B3CE74;
}
.TagClassName
{
border-color: #B3CE74;
}
</style>