Shades of Caper #B5CC77
Tints of Caper #B5CC77
RGB
CMYK
RGB Variations
Color information
#B5CC77 (or 0xB5CC77) is known color: Caper. HEX triplet: B5, CC and 77. RGB value is (181,204,119). Sum of RGB (Red+Green+Blue) = 181+204+119=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CC77 is #4A3388. Grayscale: #BBBBBB. Windows color (decimal): -4862857 or 7851189. OLE color: 7851189.
HSL color Cylindrical-coordinate representation of color #B5CC77: hue angle of 76.24º 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 #B5CC77 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 204 | 119 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.2 |
| HSL | 76.24º | 0.45% | 0.63% | - |
| HSV(B) | 76.24º | 0.42% | 0.8% | - |
| XYZ | 43.98 | 54.34 | 25.62 | - |
| YUV | 187.43 | 89.38 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 204 | 119 | 0.11 | 0 | 0.42 | 0.2 | 76.24 | 0.45 | 0.63 |
| Hex | B5 | CC | 77 | B | 0 | 2A | 14 | 4C | 2D | 3F |
| Octal | 265 | 314 | 167 | 13 | 0 | 52 | 24 | 114 | 55 | 77 |
| Binary | 10110101 | 11001100 | 1110111 | 1011 | 0 | 101010 | 10100 | 1001100 | 101101 | 111111 |
Color Harmonies of #B5CC77
Complementary color
Monochromatic Colors of #B5CC77
Black with #B5CC77
Text Example
Text Example
White with #B5CC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CC77; }
p { color: rgb(181,204,119); }
H1.HeaderClassName
{
color: #B5CC77;
}
.AnyTagClassName
{
color: #B5CC77;
}
</style>
background-color css
<style>
a { background-color: #B5CC77; }
a { background-color: rgb(181,204,119); }
div.DivClassName
{
background-color: #B5CC77;
}
.BgClassName
{
background-color: #B5CC77;
}
</style>
border-color css
<style>
span { border-color: #B5CC77; }
span { border-color: rgb(181,204,119); }
td.TdClassName
{
border-color: #B5CC77;
}
.TagClassName
{
border-color: #B5CC77;
}
</style>