Shades of Caper #B5CC73
Tints of Caper #B5CC73
RGB
CMYK
RGB Variations
Color information
#B5CC73 (or 0xB5CC73) is known color: Caper. HEX triplet: B5, CC and 73. RGB value is (181,204,115). Sum of RGB (Red+Green+Blue) = 181+204+115=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CC73 is #4A338C. Grayscale: #BBBBBB. Windows color (decimal): -4862861 or 7589045. OLE color: 7589045.
HSL color Cylindrical-coordinate representation of color #B5CC73: hue angle of 75.51º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5CC73 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 204 | 115 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.2 |
| HSL | 75.51º | 0.47% | 0.63% | - |
| HSV(B) | 75.51º | 0.44% | 0.8% | - |
| XYZ | 43.74 | 54.25 | 24.38 | - |
| YUV | 186.98 | 87.38 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 204 | 115 | 0.11 | 0 | 0.44 | 0.2 | 75.51 | 0.47 | 0.63 |
| Hex | B5 | CC | 73 | B | 0 | 2C | 14 | 4C | 2F | 3F |
| Octal | 265 | 314 | 163 | 13 | 0 | 54 | 24 | 114 | 57 | 77 |
| Binary | 10110101 | 11001100 | 1110011 | 1011 | 0 | 101100 | 10100 | 1001100 | 101111 | 111111 |
Color Harmonies of #B5CC73
Complementary color
Monochromatic Colors of #B5CC73
Black with #B5CC73
Text Example
Text Example
White with #B5CC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CC73; }
p { color: rgb(181,204,115); }
H1.HeaderClassName
{
color: #B5CC73;
}
.AnyTagClassName
{
color: #B5CC73;
}
</style>
background-color css
<style>
a { background-color: #B5CC73; }
a { background-color: rgb(181,204,115); }
div.DivClassName
{
background-color: #B5CC73;
}
.BgClassName
{
background-color: #B5CC73;
}
</style>
border-color css
<style>
span { border-color: #B5CC73; }
span { border-color: rgb(181,204,115); }
td.TdClassName
{
border-color: #B5CC73;
}
.TagClassName
{
border-color: #B5CC73;
}
</style>