Html Css Color HEX #DBE290 Primrose

📋 copy color: '#DBE290'

red 219 ◦ green 226 ◦ blue 144

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

Shades of Primrose #DBE290

Tints of Primrose #DBE290

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.37%

 BLUE value IS 144 (56.64% from 255) = 24.45%

R = 37.18%
G = 38.37%
B = 24.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#DBE290 (or 0xDBE290) is known color: Primrose. HEX triplet: DB, E2 and 90. RGB value is (219,226,144). Sum of RGB (Red+Green+Blue) = 219+226+144=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE290 is #241D6F. Grayscale: #D6D6D6. Windows color (decimal): -2366832 or 9495259. OLE color: 9495259.

HSL color Cylindrical-coordinate representation of color #DBE290: hue angle of 65.12º degrees, saturation: 0.59, 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 #DBE290 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 226 144 -
CMYK 0.03 0 0.36 0.11
HSL 65.12º 0.59% 0.73% -
HSV(B) 65.12º 0.36% 0.89% -
XYZ 61.44 71.47 36.94 -
YUV 214.56 88.18 131.17 -
System Red Green Blue C M Y K H S L
Decimal 219 226 144 0.03 0 0.36 0.11 65.12 0.59 0.73
Hex DB E2 90 3 0 24 B 41 3B 49
Octal 333 342 220 3 0 44 13 101 73 111
Binary 11011011 11100010 10010000 11 0 100100 1011 1000001 111011 1001001

Color Harmonies of #DBE290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE290

Black with #DBE290

Text Example


Text Example

White with #DBE290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE290; }

 p { color: rgb(219,226,144); }

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

background-color css

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

 a { background-color: rgb(219,226,144); }

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

border-color css

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

 span { border-color: rgb(219,226,144); }

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