#92D195

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

Shades of De York #92D195

Tints of De York #92D195

Color information

#92D195 (or 0x92D195) is unknown color: approx De York. HEX triplet: 92, D1 and 95. RGB value is (146,209,149). Sum of RGB (Red+Green+Blue) = 146+209+149=504 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.97% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #92D195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D195 is #6D2E6A. Grayscale: #B7B7B7. Windows color (decimal): -7155307 or 9818514. OLE color: 9818514.

HSL color Cylindrical-coordinate representation of color #92D195: hue angle of 122.86º degrees, saturation: 0.41, 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 #92D195 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB146209149-
CMYK0.3000.290.18
HSL122.86º40.65%69.61%-
HSV(B)122.86º30.14%81.96%-
XYZ40.0853.8836.72-
YUV183.32108.63101.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.97%
GREEN value IS 209 (82.03% from 255) = 41.47%
BLUE value IS 149 (58.59% from 255) = 29.56%
R=28.97%
G=41.47%
B=29.56%

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
Decimal1462091490.3000.290.18122.8640.6569.61
Hex92D1951E01D127b2946
Octal222321225360352217351106
Binary100100101101000110010101111100111011001011110111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,209,149); }

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

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

 a { background-color: rgb(146,209,149); }

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

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

 span { border-color: rgb(146,209,149); }

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