Shades of Caper #B5C68A
Tints of Caper #B5C68A
RGB
CMYK
RGB Variations
Color information
#B5C68A (or 0xB5C68A) is known color: Caper. HEX triplet: B5, C6 and 8A. RGB value is (181,198,138). Sum of RGB (Red+Green+Blue) = 181+198+138=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C68A is #4A3975. Grayscale: #BABABA. Windows color (decimal): -4864374 or 9094837. OLE color: 9094837.
HSL color Cylindrical-coordinate representation of color #B5C68A: hue angle of 77º 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 #B5C68A is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 138 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.22 |
| HSL | 77º | 0.34% | 0.66% | - |
| HSV(B) | 77º | 0.3% | 0.78% | - |
| XYZ | 43.84 | 52.05 | 31.78 | - |
| YUV | 186.08 | 100.87 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 138 | 0.09 | 0 | 0.30 | 0.22 | 77 | 0.34 | 0.66 |
| Hex | B5 | C6 | 8A | 9 | 0 | 1E | 16 | 4D | 22 | 42 |
| Octal | 265 | 306 | 212 | 11 | 0 | 36 | 26 | 115 | 42 | 102 |
| Binary | 10110101 | 11000110 | 10001010 | 1001 | 0 | 11110 | 10110 | 1001101 | 100010 | 1000010 |
Color Harmonies of #B5C68A
Complementary color
Monochromatic Colors of #B5C68A
Black with #B5C68A
Text Example
Text Example
White with #B5C68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C68A; }
p { color: rgb(181,198,138); }
H1.HeaderClassName
{
color: #B5C68A;
}
.AnyTagClassName
{
color: #B5C68A;
}
</style>
background-color css
<style>
a { background-color: #B5C68A; }
a { background-color: rgb(181,198,138); }
div.DivClassName
{
background-color: #B5C68A;
}
.BgClassName
{
background-color: #B5C68A;
}
</style>
border-color css
<style>
span { border-color: #B5C68A; }
span { border-color: rgb(181,198,138); }
td.TdClassName
{
border-color: #B5C68A;
}
.TagClassName
{
border-color: #B5C68A;
}
</style>