Html Css Color HEX #DBE98B Primrose

📋 copy color: '#DBE98B'

red 219 ◦ green 233 ◦ blue 139

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

Shades of Primrose #DBE98B

Tints of Primrose #DBE98B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.42%

 BLUE value IS 139 (54.69% from 255) = 23.52%

R = 37.06%
G = 39.42%
B = 23.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#DBE98B (or 0xDBE98B) is known color: Primrose. HEX triplet: DB, E9 and 8B. RGB value is (219,233,139). Sum of RGB (Red+Green+Blue) = 219+233+139=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 233 (91.41% from 255 or 39.42% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE98B is #241674. Grayscale: #DADADA. Windows color (decimal): -2365045 or 9169371. OLE color: 9169371.

HSL color Cylindrical-coordinate representation of color #DBE98B: hue angle of 68.94º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBE98B is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 233 139 -
CMYK 0.06 0 0.40 0.09
HSL 68.94º 0.68% 0.73% -
HSV(B) 68.94º 0.4% 0.91% -
XYZ 63.01 75.2 35.62 -
YUV 218.1 83.36 128.64 -
System Red Green Blue C M Y K H S L
Decimal 219 233 139 0.06 0 0.40 0.09 68.94 0.68 0.73
Hex DB E9 8B 6 0 28 9 45 44 49
Octal 333 351 213 6 0 50 11 105 104 111
Binary 11011011 11101001 10001011 110 0 101000 1001 1000101 1000100 1001001

Color Harmonies of #DBE98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE98B

Black with #DBE98B

Text Example


Text Example

White with #DBE98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE98B; }

 p { color: rgb(219,233,139); }

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

background-color css

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

 a { background-color: rgb(219,233,139); }

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

border-color css

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

 span { border-color: rgb(219,233,139); }

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