Shades of Primrose #D6E18B
Tints of Primrose #D6E18B
RGB
CMYK
RGB Variations
Color information
#D6E18B (or 0xD6E18B) is known color: Primrose. HEX triplet: D6, E1 and 8B. RGB value is (214,225,139). Sum of RGB (Red+Green+Blue) = 214+225+139=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 139 (54.69% from 255 or 24.05% from 578); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E18B is #291E74. Grayscale: #D4D4D4. Windows color (decimal): -2694773 or 9167318. OLE color: 9167318.
HSL color Cylindrical-coordinate representation of color #D6E18B: hue angle of 67.67º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6E18B is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 225 | 139 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.12 |
| HSL | 67.67º | 0.59% | 0.71% | - |
| HSV(B) | 67.67º | 0.38% | 0.88% | - |
| XYZ | 59.32 | 70.01 | 34.81 | - |
| YUV | 211.91 | 86.86 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 225 | 139 | 0.05 | 0 | 0.38 | 0.12 | 67.67 | 0.59 | 0.71 |
| Hex | D6 | E1 | 8B | 5 | 0 | 26 | C | 44 | 3B | 47 |
| Octal | 326 | 341 | 213 | 5 | 0 | 46 | 14 | 104 | 73 | 107 |
| Binary | 11010110 | 11100001 | 10001011 | 101 | 0 | 100110 | 1100 | 1000100 | 111011 | 1000111 |
Color Harmonies of #D6E18B
Complementary color
Monochromatic Colors of #D6E18B
Black with #D6E18B
Text Example
Text Example
White with #D6E18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E18B; }
p { color: rgb(214,225,139); }
H1.HeaderClassName
{
color: #D6E18B;
}
.AnyTagClassName
{
color: #D6E18B;
}
</style>
background-color css
<style>
a { background-color: #D6E18B; }
a { background-color: rgb(214,225,139); }
div.DivClassName
{
background-color: #D6E18B;
}
.BgClassName
{
background-color: #D6E18B;
}
</style>
border-color css
<style>
span { border-color: #D6E18B; }
span { border-color: rgb(214,225,139); }
td.TdClassName
{
border-color: #D6E18B;
}
.TagClassName
{
border-color: #D6E18B;
}
</style>