Shades of Caper #B8D27E
Tints of Caper #B8D27E
RGB
CMYK
RGB Variations
Color information
#B8D27E (or 0xB8D27E) is known color: Caper. HEX triplet: B8, D2 and 7E. RGB value is (184,210,126). Sum of RGB (Red+Green+Blue) = 184+210+126=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D27E is #472D81. Grayscale: #C0C0C0. Windows color (decimal): -4664706 or 8311480. OLE color: 8311480.
HSL color Cylindrical-coordinate representation of color #B8D27E: hue angle of 78.57º 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 #B8D27E is Cyan = 0.12, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 210 | 126 | - |
| CMYK | 0.12 | 0 | 0.4 | 0.18 |
| HSL | 78.57º | 0.48% | 0.66% | - |
| HSV(B) | 78.57º | 0.4% | 0.82% | - |
| XYZ | 46.58 | 57.79 | 28.44 | - |
| YUV | 192.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 210 | 126 | 0.12 | 0 | 0.4 | 0.18 | 78.57 | 0.48 | 0.66 |
| Hex | B8 | D2 | 7E | C | 0 | 28 | 12 | 4F | 30 | 42 |
| Octal | 270 | 322 | 176 | 14 | 0 | 50 | 22 | 117 | 60 | 102 |
| Binary | 10111000 | 11010010 | 1111110 | 1100 | 0 | 101000 | 10010 | 1001111 | 110000 | 1000010 |
Color Harmonies of #B8D27E
Complementary color
Monochromatic Colors of #B8D27E
Black with #B8D27E
Text Example
Text Example
White with #B8D27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D27E; }
p { color: rgb(184,210,126); }
H1.HeaderClassName
{
color: #B8D27E;
}
.AnyTagClassName
{
color: #B8D27E;
}
</style>
background-color css
<style>
a { background-color: #B8D27E; }
a { background-color: rgb(184,210,126); }
div.DivClassName
{
background-color: #B8D27E;
}
.BgClassName
{
background-color: #B8D27E;
}
</style>
border-color css
<style>
span { border-color: #B8D27E; }
span { border-color: rgb(184,210,126); }
td.TdClassName
{
border-color: #B8D27E;
}
.TagClassName
{
border-color: #B8D27E;
}
</style>