#92CD8E

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

Shades of De York #92CD8E

Tints of De York #92CD8E

Color information

#92CD8E (or 0x92CD8E) is unknown color: approx De York. HEX triplet: 92, CD and 8E. RGB value is (146,205,142). Sum of RGB (Red+Green+Blue) = 146+205+142=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #92CD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CD8E is #6D3271. Grayscale: #B4B4B4. Windows color (decimal): -7156338 or 9358738. OLE color: 9358738.

HSL color Cylindrical-coordinate representation of color #92CD8E: hue angle of 116.19º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92CD8E is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB146205142-
CMYK0.2900.310.20
HSL116.19º38.65%68.04%-
HSV(B)116.19º30.73%80.39%-
XYZ38.5751.7333.54-
YUV180.18106.45103.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.61%
GREEN value IS 205 (80.47% from 255) = 41.58%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=29.61%
G=41.58%
B=28.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1462051420.2900.310.20116.1938.6568.04
Hex92CD8E1D01F14742744
Octal222315216350372416447104
Binary100100101100110110001110111010111111010011101001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,205,142); }

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

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

 a { background-color: rgb(146,205,142); }

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

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

 span { border-color: rgb(146,205,142); }

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