Shades of Caper #B5CC7D
Tints of Caper #B5CC7D
RGB
CMYK
RGB Variations
Color information
#B5CC7D (or 0xB5CC7D) is known color: Caper. HEX triplet: B5, CC and 7D. RGB value is (181,204,125). Sum of RGB (Red+Green+Blue) = 181+204+125=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CC7D is #4A3382. Grayscale: #BCBCBC. Windows color (decimal): -4862851 or 8244405. OLE color: 8244405.
HSL color Cylindrical-coordinate representation of color #B5CC7D: hue angle of 77.47º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5CC7D is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 204 | 125 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.2 |
| HSL | 77.47º | 0.44% | 0.65% | - |
| HSV(B) | 77.47º | 0.39% | 0.8% | - |
| XYZ | 44.35 | 54.49 | 27.58 | - |
| YUV | 188.12 | 92.38 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 204 | 125 | 0.11 | 0 | 0.39 | 0.2 | 77.47 | 0.44 | 0.65 |
| Hex | B5 | CC | 7D | B | 0 | 27 | 14 | 4D | 2C | 41 |
| Octal | 265 | 314 | 175 | 13 | 0 | 47 | 24 | 115 | 54 | 101 |
| Binary | 10110101 | 11001100 | 1111101 | 1011 | 0 | 100111 | 10100 | 1001101 | 101100 | 1000001 |
Color Harmonies of #B5CC7D
Complementary color
Monochromatic Colors of #B5CC7D
Black with #B5CC7D
Text Example
Text Example
White with #B5CC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CC7D; }
p { color: rgb(181,204,125); }
H1.HeaderClassName
{
color: #B5CC7D;
}
.AnyTagClassName
{
color: #B5CC7D;
}
</style>
background-color css
<style>
a { background-color: #B5CC7D; }
a { background-color: rgb(181,204,125); }
div.DivClassName
{
background-color: #B5CC7D;
}
.BgClassName
{
background-color: #B5CC7D;
}
</style>
border-color css
<style>
span { border-color: #B5CC7D; }
span { border-color: rgb(181,204,125); }
td.TdClassName
{
border-color: #B5CC7D;
}
.TagClassName
{
border-color: #B5CC7D;
}
</style>