#DBE88B

Color #DBE88B Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DBE88B

Tints of Primrose #DBE88B

Color information

#DBE88B (or 0xDBE88B) is unknown color: approx Primrose. HEX triplet: DB, E8 and 8B. RGB value is (219,232,139). Sum of RGB (Red+Green+Blue) = 219+232+139=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 232 (91.02% from 255 or 39.32% from 590); Blue value is 139 (54.69% from 255 or 23.56% from 590); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE88B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE88B is #241774. Grayscale: #D9D9D9. Windows color (decimal): -2365301 or 9169115. OLE color: 9169115.

HSL color Cylindrical-coordinate representation of color #DBE88B: hue angle of 68.39º degrees, saturation: 0.67, 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 #DBE88B is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB219232139-
CMYK0.0600.400.09
HSL68.39º66.91%72.75%-
HSV(B)68.39º40.09%90.98%-
XYZ62.7374.6435.53-
YUV217.5183.69129.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 232 (91.02% from 255) = 39.32%
BLUE value IS 139 (54.69% from 255) = 23.56%
R=37.12%
G=39.32%
B=23.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192321390.0600.400.0968.3966.9172.75
HexDBE88B60289444349
Octal333350213605011104103111
Binary11011011111010001000101111001010001001100010010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE88B; }

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

 H1.HeaderClassName
 {
   color: #DBE88B;
 }
 .AnyTagClassName
 {
   color: #DBE88B;
 }
</style>
background-color css

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

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

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

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

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

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