Shades of Primrose #D6E28B
Tints of Primrose #D6E28B
RGB
CMYK
RGB Variations
Color information
#D6E28B (or 0xD6E28B) is known color: Primrose. HEX triplet: D6, E2 and 8B. RGB value is (214,226,139). Sum of RGB (Red+Green+Blue) = 214+226+139=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 139 (54.69% from 255 or 24.01% from 579); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E28B is #291D74. Grayscale: #D4D4D4. Windows color (decimal): -2694517 or 9167574. OLE color: 9167574.
HSL color Cylindrical-coordinate representation of color #D6E28B: hue angle of 68.28º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6E28B is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 226 | 139 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.11 |
| HSL | 68.28º | 0.6% | 0.72% | - |
| HSV(B) | 68.28º | 0.38% | 0.89% | - |
| XYZ | 59.59 | 70.55 | 34.9 | - |
| YUV | 212.49 | 86.52 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 226 | 139 | 0.05 | 0 | 0.38 | 0.11 | 68.28 | 0.6 | 0.72 |
| Hex | D6 | E2 | 8B | 5 | 0 | 26 | B | 44 | 3C | 48 |
| Octal | 326 | 342 | 213 | 5 | 0 | 46 | 13 | 104 | 74 | 110 |
| Binary | 11010110 | 11100010 | 10001011 | 101 | 0 | 100110 | 1011 | 1000100 | 111100 | 1001000 |
Color Harmonies of #D6E28B
Complementary color
Monochromatic Colors of #D6E28B
Black with #D6E28B
Text Example
Text Example
White with #D6E28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E28B; }
p { color: rgb(214,226,139); }
H1.HeaderClassName
{
color: #D6E28B;
}
.AnyTagClassName
{
color: #D6E28B;
}
</style>
background-color css
<style>
a { background-color: #D6E28B; }
a { background-color: rgb(214,226,139); }
div.DivClassName
{
background-color: #D6E28B;
}
.BgClassName
{
background-color: #D6E28B;
}
</style>
border-color css
<style>
span { border-color: #D6E28B; }
span { border-color: rgb(214,226,139); }
td.TdClassName
{
border-color: #D6E28B;
}
.TagClassName
{
border-color: #D6E28B;
}
</style>