Shades of Caper #B8CA7D
Tints of Caper #B8CA7D
RGB
CMYK
RGB Variations
Color information
#B8CA7D (or 0xB8CA7D) is known color: Caper. HEX triplet: B8, CA and 7D. RGB value is (184,202,125). Sum of RGB (Red+Green+Blue) = 184+202+125=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CA7D is #473582. Grayscale: #BCBCBC. Windows color (decimal): -4666755 or 8243896. OLE color: 8243896.
HSL color Cylindrical-coordinate representation of color #B8CA7D: hue angle of 74.03º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8CA7D is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 125 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.21 |
| HSL | 74.03º | 0.42% | 0.64% | - |
| HSV(B) | 74.03º | 0.38% | 0.79% | - |
| XYZ | 44.59 | 53.91 | 27.46 | - |
| YUV | 187.84 | 92.54 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 125 | 0.09 | 0 | 0.38 | 0.21 | 74.03 | 0.42 | 0.64 |
| Hex | B8 | CA | 7D | 9 | 0 | 26 | 15 | 4A | 2A | 40 |
| Octal | 270 | 312 | 175 | 11 | 0 | 46 | 25 | 112 | 52 | 100 |
| Binary | 10111000 | 11001010 | 1111101 | 1001 | 0 | 100110 | 10101 | 1001010 | 101010 | 1000000 |
Color Harmonies of #B8CA7D
Complementary color
Monochromatic Colors of #B8CA7D
Black with #B8CA7D
Text Example
Text Example
White with #B8CA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CA7D; }
p { color: rgb(184,202,125); }
H1.HeaderClassName
{
color: #B8CA7D;
}
.AnyTagClassName
{
color: #B8CA7D;
}
</style>
background-color css
<style>
a { background-color: #B8CA7D; }
a { background-color: rgb(184,202,125); }
div.DivClassName
{
background-color: #B8CA7D;
}
.BgClassName
{
background-color: #B8CA7D;
}
</style>
border-color css
<style>
span { border-color: #B8CA7D; }
span { border-color: rgb(184,202,125); }
td.TdClassName
{
border-color: #B8CA7D;
}
.TagClassName
{
border-color: #B8CA7D;
}
</style>