Shades of Caper #B8D27D
Tints of Caper #B8D27D
RGB
CMYK
RGB Variations
Color information
#B8D27D (or 0xB8D27D) is known color: Caper. HEX triplet: B8, D2 and 7D. RGB value is (184,210,125). Sum of RGB (Red+Green+Blue) = 184+210+125=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D27D is #472D82. Grayscale: #C0C0C0. Windows color (decimal): -4664707 or 8245944. OLE color: 8245944.
HSL color Cylindrical-coordinate representation of color #B8D27D: hue angle of 78.35º degrees, saturation: 0.49, 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 #B8D27D is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 210 | 125 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.18 |
| HSL | 78.35º | 0.49% | 0.66% | - |
| HSV(B) | 78.35º | 0.4% | 0.82% | - |
| XYZ | 46.52 | 57.76 | 28.1 | - |
| YUV | 192.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 210 | 125 | 0.12 | 0 | 0.40 | 0.18 | 78.35 | 0.49 | 0.66 |
| Hex | B8 | D2 | 7D | C | 0 | 28 | 12 | 4E | 31 | 42 |
| Octal | 270 | 322 | 175 | 14 | 0 | 50 | 22 | 116 | 61 | 102 |
| Binary | 10111000 | 11010010 | 1111101 | 1100 | 0 | 101000 | 10010 | 1001110 | 110001 | 1000010 |
Color Harmonies of #B8D27D
Complementary color
Monochromatic Colors of #B8D27D
Black with #B8D27D
Text Example
Text Example
White with #B8D27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D27D; }
p { color: rgb(184,210,125); }
H1.HeaderClassName
{
color: #B8D27D;
}
.AnyTagClassName
{
color: #B8D27D;
}
</style>
background-color css
<style>
a { background-color: #B8D27D; }
a { background-color: rgb(184,210,125); }
div.DivClassName
{
background-color: #B8D27D;
}
.BgClassName
{
background-color: #B8D27D;
}
</style>
border-color css
<style>
span { border-color: #B8D27D; }
span { border-color: rgb(184,210,125); }
td.TdClassName
{
border-color: #B8D27D;
}
.TagClassName
{
border-color: #B8D27D;
}
</style>