#92CC8D

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

Shades of De York #92CC8D

Tints of De York #92CC8D

Color information

#92CC8D (or 0x92CC8D) is unknown color: approx De York. HEX triplet: 92, CC and 8D. RGB value is (146,204,141). Sum of RGB (Red+Green+Blue) = 146+204+141=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #92CC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CC8D is #6D3372. Grayscale: #B3B3B3. Windows color (decimal): -7156595 or 9292946. OLE color: 9292946.

HSL color Cylindrical-coordinate representation of color #92CC8D: hue angle of 115.24º degrees, saturation: 0.38, 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 #92CC8D is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB146204141-
CMYK0.2800.310.2
HSL115.24º38.18%67.65%-
HSV(B)115.24º30.88%80%-
XYZ38.2551.2233.07-
YUV179.48106.28104.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.74%
GREEN value IS 204 (80.08% from 255) = 41.55%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=29.74%
G=41.55%
B=28.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1462041410.2800.310.2115.2438.1867.65
Hex92CC8D1C01F14732644
Octal222314215340372416346104
Binary100100101100110010001101111000111111010011100111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,204,141); }

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

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

 a { background-color: rgb(146,204,141); }

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

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

 span { border-color: rgb(146,204,141); }

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