#DBE78B

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

Shades of Primrose #DBE78B

Tints of Primrose #DBE78B

Color information

#DBE78B (or 0xDBE78B) is unknown color: approx Primrose. HEX triplet: DB, E7 and 8B. RGB value is (219,231,139). Sum of RGB (Red+Green+Blue) = 219+231+139=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE78B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE78B is #241874. Grayscale: #D9D9D9. Windows color (decimal): -2365557 or 9168859. OLE color: 9168859.

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

Color convert

RGB219231139-
CMYK0.0500.400.09
HSL67.83º65.71%72.55%-
HSV(B)67.83º39.83%90.59%-
XYZ62.4574.0835.43-
YUV216.9284.02129.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.18%
GREEN value IS 231 (90.62% from 255) = 39.22%
BLUE value IS 139 (54.69% from 255) = 23.60%
R=37.18%
G=39.22%
B=23.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192311390.0500.400.0967.8365.7172.55
HexDBE78B50289444249
Octal333347213505011104102111
Binary11011011111001111000101110101010001001100010010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE78B; }

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

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

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

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

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

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

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

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