Html Css Color HEX #DBE492 Primrose

📋 copy color: '#DBE492'

red 219 ◦ green 228 ◦ blue 146

#DBE492
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #DBE492

Tints of Primrose #DBE492

RGB

 RED value IS 219 (85.94% from 255) = 36.93%

 GREEN value IS 228 (89.45% from 255) = 38.45%

 BLUE value IS 146 (57.42% from 255) = 24.62%

R = 36.93%
G = 38.45%
B = 24.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DBE492 (or 0xDBE492) is known color: Primrose. HEX triplet: DB, E4 and 92. RGB value is (219,228,146). Sum of RGB (Red+Green+Blue) = 219+228+146=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 146 (57.42% from 255 or 24.62% from 593); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE492 is #241B6D. Grayscale: #D8D8D8. Windows color (decimal): -2366318 or 9626843. OLE color: 9626843.

HSL color Cylindrical-coordinate representation of color #DBE492: hue angle of 66.59º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBE492 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 228 146 -
CMYK 0.04 0 0.36 0.11
HSL 66.59º 0.6% 0.73% -
HSV(B) 66.59º 0.36% 0.89% -
XYZ 62.15 72.62 37.94 -
YUV 215.96 88.52 130.17 -
System Red Green Blue C M Y K H S L
Decimal 219 228 146 0.04 0 0.36 0.11 66.59 0.6 0.73
Hex DB E4 92 4 0 24 B 43 3C 49
Octal 333 344 222 4 0 44 13 103 74 111
Binary 11011011 11100100 10010010 100 0 100100 1011 1000011 111100 1001001

Color Harmonies of #DBE492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE492

Black with #DBE492

Text Example


Text Example

White with #DBE492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE492; }

 p { color: rgb(219,228,146); }

 H1.HeaderClassName
 {
   color: #DBE492;
 }
 .AnyTagClassName
 {
   color: #DBE492;
 }
</style>

background-color css

<style>
 a { background-color: #DBE492; }

 a { background-color: rgb(219,228,146); }

 div.DivClassName
 {
   background-color: #DBE492;
 }
 .BgClassName
 {
   background-color: #DBE492;
 }
</style>

border-color css

<style>
 span { border-color: #DBE492; }

 span { border-color: rgb(219,228,146); }

 td.TdClassName
 {
   border-color: #DBE492;
 }
 .TagClassName
 {
   border-color: #DBE492;
 }
</style>