Shades of Caper #B4C68E
Tints of Caper #B4C68E
RGB
CMYK
RGB Variations
Color information
#B4C68E (or 0xB4C68E) is known color: Caper. HEX triplet: B4, C6 and 8E. RGB value is (180,198,142). Sum of RGB (Red+Green+Blue) = 180+198+142=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C68E is #4B3971. Grayscale: #BABABA. Windows color (decimal): -4929906 or 9356980. OLE color: 9356980.
HSL color Cylindrical-coordinate representation of color #B4C68E: hue angle of 79.29º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4C68E is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 198 | 142 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.22 |
| HSL | 79.29º | 0.33% | 0.67% | - |
| HSV(B) | 79.29º | 0.28% | 0.78% | - |
| XYZ | 43.9 | 52.04 | 33.32 | - |
| YUV | 186.23 | 103.04 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 198 | 142 | 0.09 | 0 | 0.28 | 0.22 | 79.29 | 0.33 | 0.67 |
| Hex | B4 | C6 | 8E | 9 | 0 | 1C | 16 | 4F | 21 | 43 |
| Octal | 264 | 306 | 216 | 11 | 0 | 34 | 26 | 117 | 41 | 103 |
| Binary | 10110100 | 11000110 | 10001110 | 1001 | 0 | 11100 | 10110 | 1001111 | 100001 | 1000011 |
Color Harmonies of #B4C68E
Complementary color
Monochromatic Colors of #B4C68E
Black with #B4C68E
Text Example
Text Example
White with #B4C68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C68E; }
p { color: rgb(180,198,142); }
H1.HeaderClassName
{
color: #B4C68E;
}
.AnyTagClassName
{
color: #B4C68E;
}
</style>
background-color css
<style>
a { background-color: #B4C68E; }
a { background-color: rgb(180,198,142); }
div.DivClassName
{
background-color: #B4C68E;
}
.BgClassName
{
background-color: #B4C68E;
}
</style>
border-color css
<style>
span { border-color: #B4C68E; }
span { border-color: rgb(180,198,142); }
td.TdClassName
{
border-color: #B4C68E;
}
.TagClassName
{
border-color: #B4C68E;
}
</style>