#92D095

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

Shades of De York #92D095

Tints of De York #92D095

Color information

#92D095 (or 0x92D095) is unknown color: approx De York. HEX triplet: 92, D0 and 95. RGB value is (146,208,149). Sum of RGB (Red+Green+Blue) = 146+208+149=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #92D095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D095 is #6D2F6A. Grayscale: #B6B6B6. Windows color (decimal): -7155563 or 9818258. OLE color: 9818258.

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

Color convert

RGB146208149-
CMYK0.3000.280.18
HSL122.9º39.74%69.41%-
HSV(B)122.9º29.81%81.57%-
XYZ39.8353.3936.64-
YUV182.74108.96101.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.03%
GREEN value IS 208 (81.64% from 255) = 41.35%
BLUE value IS 149 (58.59% from 255) = 29.62%
R=29.03%
G=41.35%
B=29.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1462081490.3000.280.18122.939.7469.41
Hex92D0951E01C127b2845
Octal222320225360342217350105
Binary100100101101000010010101111100111001001011110111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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