#92D093

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

Shades of De York #92D093

Tints of De York #92D093

Color information

#92D093 (or 0x92D093) is unknown color: approx De York. HEX triplet: 92, D0 and 93. RGB value is (146,208,147). Sum of RGB (Red+Green+Blue) = 146+208+147=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #92D093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D093 is #6D2F6C. Grayscale: #B6B6B6. Windows color (decimal): -7155565 or 9687186. OLE color: 9687186.

HSL color Cylindrical-coordinate representation of color #92D093: hue angle of 120.97º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92D093 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB146208147-
CMYK0.3000.290.18
HSL120.97º39.74%69.41%-
HSV(B)120.97º29.81%81.57%-
XYZ39.6853.3335.81-
YUV182.51107.96101.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.14%
GREEN value IS 208 (81.64% from 255) = 41.52%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=29.14%
G=41.52%
B=29.34%

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
Decimal1462081470.3000.290.18120.9739.7469.41
Hex92D0931E01D12792845
Octal222320223360352217150105
Binary100100101101000010010011111100111011001011110011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,208,147); }

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

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

 a { background-color: rgb(146,208,147); }

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

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

 span { border-color: rgb(146,208,147); }

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