#92CE95

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

Shades of De York #92CE95

Tints of De York #92CE95

Color information

#92CE95 (or 0x92CE95) is unknown color: approx De York. HEX triplet: 92, CE and 95. RGB value is (146,206,149). Sum of RGB (Red+Green+Blue) = 146+206+149=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #92CE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CE95 is #6D316A. Grayscale: #B5B5B5. Windows color (decimal): -7156075 or 9817746. OLE color: 9817746.

HSL color Cylindrical-coordinate representation of color #92CE95: hue angle of 123º 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 #92CE95 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB146206149-
CMYK0.2900.280.19
HSL123º37.97%69.02%-
HSV(B)123º29.13%80.78%-
XYZ39.3552.4236.48-
YUV181.56109.62102.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.14%
GREEN value IS 206 (80.86% from 255) = 41.12%
BLUE value IS 149 (58.59% from 255) = 29.74%
R=29.14%
G=41.12%
B=29.74%

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
Decimal1462061490.2900.280.1912337.9769.02
Hex92CE951D01C137b2645
Octal222316225350342317346105
Binary100100101100111010010101111010111001001111110111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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