Shades of Caper #B5C68B
Tints of Caper #B5C68B
RGB
CMYK
RGB Variations
Color information
#B5C68B (or 0xB5C68B) is known color: Caper. HEX triplet: B5, C6 and 8B. RGB value is (181,198,139). Sum of RGB (Red+Green+Blue) = 181+198+139=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C68B is #4A3974. Grayscale: #BABABA. Windows color (decimal): -4864373 or 9160373. OLE color: 9160373.
HSL color Cylindrical-coordinate representation of color #B5C68B: hue angle of 77.29º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5C68B is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 139 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.22 |
| HSL | 77.29º | 0.34% | 0.66% | - |
| HSV(B) | 77.29º | 0.3% | 0.78% | - |
| XYZ | 43.91 | 52.08 | 32.16 | - |
| YUV | 186.19 | 101.37 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 139 | 0.09 | 0 | 0.30 | 0.22 | 77.29 | 0.34 | 0.66 |
| Hex | B5 | C6 | 8B | 9 | 0 | 1E | 16 | 4D | 22 | 42 |
| Octal | 265 | 306 | 213 | 11 | 0 | 36 | 26 | 115 | 42 | 102 |
| Binary | 10110101 | 11000110 | 10001011 | 1001 | 0 | 11110 | 10110 | 1001101 | 100010 | 1000010 |
Color Harmonies of #B5C68B
Complementary color
Monochromatic Colors of #B5C68B
Black with #B5C68B
Text Example
Text Example
White with #B5C68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C68B; }
p { color: rgb(181,198,139); }
H1.HeaderClassName
{
color: #B5C68B;
}
.AnyTagClassName
{
color: #B5C68B;
}
</style>
background-color css
<style>
a { background-color: #B5C68B; }
a { background-color: rgb(181,198,139); }
div.DivClassName
{
background-color: #B5C68B;
}
.BgClassName
{
background-color: #B5C68B;
}
</style>
border-color css
<style>
span { border-color: #B5C68B; }
span { border-color: rgb(181,198,139); }
td.TdClassName
{
border-color: #B5C68B;
}
.TagClassName
{
border-color: #B5C68B;
}
</style>