Shades of Caper #B8C38D
Tints of Caper #B8C38D
RGB
CMYK
RGB Variations
Color information
#B8C38D (or 0xB8C38D) is known color: Caper. HEX triplet: B8, C3 and 8D. RGB value is (184,195,141). Sum of RGB (Red+Green+Blue) = 184+195+141=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C38D is #473C72. Grayscale: #B9B9B9. Windows color (decimal): -4668531 or 9290680. OLE color: 9290680.
HSL color Cylindrical-coordinate representation of color #B8C38D: hue angle of 72.22º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8C38D is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 195 | 141 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.24 |
| HSL | 72.22º | 0.31% | 0.66% | - |
| HSV(B) | 72.22º | 0.28% | 0.76% | - |
| XYZ | 44.09 | 51.14 | 32.75 | - |
| YUV | 185.56 | 102.86 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 195 | 141 | 0.06 | 0 | 0.28 | 0.24 | 72.22 | 0.31 | 0.66 |
| Hex | B8 | C3 | 8D | 6 | 0 | 1C | 18 | 48 | 1F | 42 |
| Octal | 270 | 303 | 215 | 6 | 0 | 34 | 30 | 110 | 37 | 102 |
| Binary | 10111000 | 11000011 | 10001101 | 110 | 0 | 11100 | 11000 | 1001000 | 11111 | 1000010 |
Color Harmonies of #B8C38D
Complementary color
Monochromatic Colors of #B8C38D
Black with #B8C38D
Text Example
Text Example
White with #B8C38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C38D; }
p { color: rgb(184,195,141); }
H1.HeaderClassName
{
color: #B8C38D;
}
.AnyTagClassName
{
color: #B8C38D;
}
</style>
background-color css
<style>
a { background-color: #B8C38D; }
a { background-color: rgb(184,195,141); }
div.DivClassName
{
background-color: #B8C38D;
}
.BgClassName
{
background-color: #B8C38D;
}
</style>
border-color css
<style>
span { border-color: #B8C38D; }
span { border-color: rgb(184,195,141); }
td.TdClassName
{
border-color: #B8C38D;
}
.TagClassName
{
border-color: #B8C38D;
}
</style>