Shades of Caper #B8CC8B
Tints of Caper #B8CC8B
RGB
CMYK
RGB Variations
Color information
#B8CC8B (or 0xB8CC8B) is known color: Caper. HEX triplet: B8, CC and 8B. RGB value is (184,204,139). Sum of RGB (Red+Green+Blue) = 184+204+139=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CC8B is #473374. Grayscale: #BEBEBE. Windows color (decimal): -4666229 or 9161912. OLE color: 9161912.
HSL color Cylindrical-coordinate representation of color #B8CC8B: hue angle of 78.46º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8CC8B is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 139 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.2 |
| HSL | 78.46º | 0.39% | 0.67% | - |
| HSV(B) | 78.46º | 0.32% | 0.8% | - |
| XYZ | 46.02 | 55.24 | 32.66 | - |
| YUV | 190.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 139 | 0.10 | 0 | 0.32 | 0.2 | 78.46 | 0.39 | 0.67 |
| Hex | B8 | CC | 8B | A | 0 | 20 | 14 | 4E | 27 | 43 |
| Octal | 270 | 314 | 213 | 12 | 0 | 40 | 24 | 116 | 47 | 103 |
| Binary | 10111000 | 11001100 | 10001011 | 1010 | 0 | 100000 | 10100 | 1001110 | 100111 | 1000011 |
Color Harmonies of #B8CC8B
Complementary color
Monochromatic Colors of #B8CC8B
Black with #B8CC8B
Text Example
Text Example
White with #B8CC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CC8B; }
p { color: rgb(184,204,139); }
H1.HeaderClassName
{
color: #B8CC8B;
}
.AnyTagClassName
{
color: #B8CC8B;
}
</style>
background-color css
<style>
a { background-color: #B8CC8B; }
a { background-color: rgb(184,204,139); }
div.DivClassName
{
background-color: #B8CC8B;
}
.BgClassName
{
background-color: #B8CC8B;
}
</style>
border-color css
<style>
span { border-color: #B8CC8B; }
span { border-color: rgb(184,204,139); }
td.TdClassName
{
border-color: #B8CC8B;
}
.TagClassName
{
border-color: #B8CC8B;
}
</style>