#92D496

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

Shades of De York #92D496

Tints of De York #92D496

Color information

#92D496 (or 0x92D496) is unknown color: approx De York. HEX triplet: 92, D4 and 96. RGB value is (146,212,150). Sum of RGB (Red+Green+Blue) = 146+212+150=508 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.74% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #92D496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D496 is #6D2B69. Grayscale: #B9B9B9. Windows color (decimal): -7154538 or 9884818. OLE color: 9884818.

HSL color Cylindrical-coordinate representation of color #92D496: hue angle of 123.64º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92D496 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB146212150-
CMYK0.3100.290.17
HSL123.64º43.42%70.2%-
HSV(B)123.64º31.13%83.14%-
XYZ40.955.437.39-
YUV185.2108.13100.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.74%
GREEN value IS 212 (83.20% from 255) = 41.73%
BLUE value IS 150 (58.98% from 255) = 29.53%
R=28.74%
G=41.73%
B=29.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1462121500.3100.290.17123.6443.4270.2
Hex92D4961F01D117c2b46
Octal222324226370352117453106
Binary100100101101010010010110111110111011000111111001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92D496; }

 p { color: rgb(146,212,150); }

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

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

 a { background-color: rgb(146,212,150); }

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

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

 span { border-color: rgb(146,212,150); }

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