#92CE94

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

Shades of De York #92CE94

Tints of De York #92CE94

Color information

#92CE94 (or 0x92CE94) is unknown color: approx De York. HEX triplet: 92, CE and 94. RGB value is (146,206,148). Sum of RGB (Red+Green+Blue) = 146+206+148=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #92CE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CE94 is #6D316B. Grayscale: #B5B5B5. Windows color (decimal): -7156076 or 9752210. OLE color: 9752210.

HSL color Cylindrical-coordinate representation of color #92CE94: hue angle of 122º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92CE94 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB146206148-
CMYK0.2900.280.19
HSL122º37.97%69.02%-
HSV(B)122º29.13%80.78%-
XYZ39.2752.3936.06-
YUV181.45109.12102.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.2%
GREEN value IS 206 (80.86% from 255) = 41.2%
BLUE value IS 148 (58.20% from 255) = 29.6%
R=29.2%
G=41.2%
B=29.6%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1462061480.2900.280.1912237.9769.02
Hex92CE941D01C137a2645
Octal222316224350342317246105
Binary100100101100111010010100111010111001001111110101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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