Shades of Caper #B8D27F
Tints of Caper #B8D27F
RGB
CMYK
RGB Variations
Color information
#B8D27F (or 0xB8D27F) is known color: Caper. HEX triplet: B8, D2 and 7F. RGB value is (184,210,127). Sum of RGB (Red+Green+Blue) = 184+210+127=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D27F is #472D80. Grayscale: #C1C1C1. Windows color (decimal): -4664705 or 8377016. OLE color: 8377016.
HSL color Cylindrical-coordinate representation of color #B8D27F: hue angle of 78.8º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8D27F is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 210 | 127 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.18 |
| HSL | 78.8º | 0.48% | 0.66% | - |
| HSV(B) | 78.8º | 0.4% | 0.82% | - |
| XYZ | 46.64 | 57.82 | 28.78 | - |
| YUV | 192.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 210 | 127 | 0.12 | 0 | 0.40 | 0.18 | 78.8 | 0.48 | 0.66 |
| Hex | B8 | D2 | 7F | C | 0 | 28 | 12 | 4F | 30 | 42 |
| Octal | 270 | 322 | 177 | 14 | 0 | 50 | 22 | 117 | 60 | 102 |
| Binary | 10111000 | 11010010 | 1111111 | 1100 | 0 | 101000 | 10010 | 1001111 | 110000 | 1000010 |
Color Harmonies of #B8D27F
Complementary color
Monochromatic Colors of #B8D27F
Black with #B8D27F
Text Example
Text Example
White with #B8D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D27F; }
p { color: rgb(184,210,127); }
H1.HeaderClassName
{
color: #B8D27F;
}
.AnyTagClassName
{
color: #B8D27F;
}
</style>
background-color css
<style>
a { background-color: #B8D27F; }
a { background-color: rgb(184,210,127); }
div.DivClassName
{
background-color: #B8D27F;
}
.BgClassName
{
background-color: #B8D27F;
}
</style>
border-color css
<style>
span { border-color: #B8D27F; }
span { border-color: rgb(184,210,127); }
td.TdClassName
{
border-color: #B8D27F;
}
.TagClassName
{
border-color: #B8D27F;
}
</style>