Shades of Caper #B5CB76
Tints of Caper #B5CB76
RGB
CMYK
RGB Variations
Color information
#B5CB76 (or 0xB5CB76) is known color: Caper. HEX triplet: B5, CB and 76. RGB value is (181,203,118). Sum of RGB (Red+Green+Blue) = 181+203+118=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CB76 is #4A3489. Grayscale: #BBBBBB. Windows color (decimal): -4863114 or 7785397. OLE color: 7785397.
HSL color Cylindrical-coordinate representation of color #B5CB76: hue angle of 75.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5CB76 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 118 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.20 |
| HSL | 75.53º | 0.45% | 0.63% | - |
| HSV(B) | 75.53º | 0.42% | 0.8% | - |
| XYZ | 43.68 | 53.84 | 25.23 | - |
| YUV | 186.73 | 89.21 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 118 | 0.11 | 0 | 0.42 | 0.20 | 75.53 | 0.45 | 0.63 |
| Hex | B5 | CB | 76 | B | 0 | 2A | 14 | 4C | 2D | 3F |
| Octal | 265 | 313 | 166 | 13 | 0 | 52 | 24 | 114 | 55 | 77 |
| Binary | 10110101 | 11001011 | 1110110 | 1011 | 0 | 101010 | 10100 | 1001100 | 101101 | 111111 |
Color Harmonies of #B5CB76
Complementary color
Monochromatic Colors of #B5CB76
Black with #B5CB76
Text Example
Text Example
White with #B5CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB76; }
p { color: rgb(181,203,118); }
H1.HeaderClassName
{
color: #B5CB76;
}
.AnyTagClassName
{
color: #B5CB76;
}
</style>
background-color css
<style>
a { background-color: #B5CB76; }
a { background-color: rgb(181,203,118); }
div.DivClassName
{
background-color: #B5CB76;
}
.BgClassName
{
background-color: #B5CB76;
}
</style>
border-color css
<style>
span { border-color: #B5CB76; }
span { border-color: rgb(181,203,118); }
td.TdClassName
{
border-color: #B5CB76;
}
.TagClassName
{
border-color: #B5CB76;
}
</style>