#92D094

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

Shades of De York #92D094

Tints of De York #92D094

Color information

#92D094 (or 0x92D094) is unknown color: approx De York. HEX triplet: 92, D0 and 94. RGB value is (146,208,148). Sum of RGB (Red+Green+Blue) = 146+208+148=502 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.08% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #92D094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D094 is #6D2F6B. Grayscale: #B6B6B6. Windows color (decimal): -7155564 or 9752722. OLE color: 9752722.

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

Color convert

RGB146208148-
CMYK0.3000.290.18
HSL121.94º39.74%69.41%-
HSV(B)121.94º29.81%81.57%-
XYZ39.7653.3636.22-
YUV182.62108.46101.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.08%
GREEN value IS 208 (81.64% from 255) = 41.43%
BLUE value IS 148 (58.20% from 255) = 29.48%
R=29.08%
G=41.43%
B=29.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1462081480.3000.290.18121.9439.7469.41
Hex92D0941E01D127a2845
Octal222320224360352217250105
Binary100100101101000010010100111100111011001011110101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,208,148); }

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

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

 a { background-color: rgb(146,208,148); }

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

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

 span { border-color: rgb(146,208,148); }

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