Shades of Caper #B5C68D
Tints of Caper #B5C68D
RGB
CMYK
RGB Variations
Color information
#B5C68D (or 0xB5C68D) is known color: Caper. HEX triplet: B5, C6 and 8D. RGB value is (181,198,141). Sum of RGB (Red+Green+Blue) = 181+198+141=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C68D is #4A3972. Grayscale: #BABABA. Windows color (decimal): -4864371 or 9291445. OLE color: 9291445.
HSL color Cylindrical-coordinate representation of color #B5C68D: hue angle of 77.89º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5C68D is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 141 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.22 |
| HSL | 77.89º | 0.33% | 0.66% | - |
| HSV(B) | 77.89º | 0.29% | 0.78% | - |
| XYZ | 44.06 | 52.14 | 32.94 | - |
| YUV | 186.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 141 | 0.09 | 0 | 0.29 | 0.22 | 77.89 | 0.33 | 0.66 |
| Hex | B5 | C6 | 8D | 9 | 0 | 1D | 16 | 4E | 21 | 42 |
| Octal | 265 | 306 | 215 | 11 | 0 | 35 | 26 | 116 | 41 | 102 |
| Binary | 10110101 | 11000110 | 10001101 | 1001 | 0 | 11101 | 10110 | 1001110 | 100001 | 1000010 |
Color Harmonies of #B5C68D
Complementary color
Monochromatic Colors of #B5C68D
Black with #B5C68D
Text Example
Text Example
White with #B5C68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C68D; }
p { color: rgb(181,198,141); }
H1.HeaderClassName
{
color: #B5C68D;
}
.AnyTagClassName
{
color: #B5C68D;
}
</style>
background-color css
<style>
a { background-color: #B5C68D; }
a { background-color: rgb(181,198,141); }
div.DivClassName
{
background-color: #B5C68D;
}
.BgClassName
{
background-color: #B5C68D;
}
</style>
border-color css
<style>
span { border-color: #B5C68D; }
span { border-color: rgb(181,198,141); }
td.TdClassName
{
border-color: #B5C68D;
}
.TagClassName
{
border-color: #B5C68D;
}
</style>