#93D196

Color #93D196 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #93D196

Tints of De York #93D196

Color information

#93D196 (or 0x93D196) is unknown color: approx De York. HEX triplet: 93, D1 and 96. RGB value is (147,209,150). Sum of RGB (Red+Green+Blue) = 147+209+150=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #93D196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D196 is #6C2E69. Grayscale: #B7B7B7. Windows color (decimal): -7089770 or 9884051. OLE color: 9884051.

HSL color Cylindrical-coordinate representation of color #93D196: hue angle of 122.9º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D196 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB147209150-
CMYK0.3000.280.18
HSL122.9º40.26%69.8%-
HSV(B)122.9º29.67%81.96%-
XYZ40.3454.0137.15-
YUV183.74108.96101.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.05%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 150 (58.98% from 255) = 29.64%
R=29.05%
G=41.30%
B=29.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472091500.3000.280.18122.940.2669.8
Hex93D1961E01C127b2846
Octal223321226360342217350106
Binary100100111101000110010110111100111001001011110111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93D196; }

 p { color: rgb(147,209,150); }

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

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

 a { background-color: rgb(147,209,150); }

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

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

 span { border-color: rgb(147,209,150); }

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