Html Css Color HEX #DBE592 Primrose

📋 copy color: '#DBE592'

red 219 ◦ green 229 ◦ blue 146

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

Shades of Primrose #DBE592

Tints of Primrose #DBE592

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.55%

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

R = 36.87%
G = 38.55%
B = 24.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#DBE592 (or 0xDBE592) is known color: Primrose. HEX triplet: DB, E5 and 92. RGB value is (219,229,146). Sum of RGB (Red+Green+Blue) = 219+229+146=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 229 (89.84% from 255 or 38.55% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE592 is #241A6D. Grayscale: #D8D8D8. Windows color (decimal): -2366062 or 9627099. OLE color: 9627099.

HSL color Cylindrical-coordinate representation of color #DBE592: hue angle of 67.23º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBE592 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 229 146 -
CMYK 0.04 0 0.36 0.10
HSL 67.23º 0.61% 0.74% -
HSV(B) 67.23º 0.36% 0.9% -
XYZ 62.42 73.17 38.03 -
YUV 216.55 88.19 129.75 -
System Red Green Blue C M Y K H S L
Decimal 219 229 146 0.04 0 0.36 0.10 67.23 0.61 0.74
Hex DB E5 92 4 0 24 A 43 3D 4A
Octal 333 345 222 4 0 44 12 103 75 112
Binary 11011011 11100101 10010010 100 0 100100 1010 1000011 111101 1001010

Color Harmonies of #DBE592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE592

Black with #DBE592

Text Example


Text Example

White with #DBE592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE592; }

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

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

background-color css

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

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

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

border-color css

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

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

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