#91D292

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

Shades of De York #91D292

Tints of De York #91D292

Color information

#91D292 (or 0x91D292) is unknown color: approx De York. HEX triplet: 91, D2 and 92. RGB value is (145,210,146). Sum of RGB (Red+Green+Blue) = 145+210+146=501 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.94% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #91D292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D292 is #6E2D6D. Grayscale: #B7B7B7. Windows color (decimal): -7220590 or 9622161. OLE color: 9622161.

HSL color Cylindrical-coordinate representation of color #91D292: hue angle of 120.92º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91D292 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB145210146-
CMYK0.3100.300.18
HSL120.92º41.94%69.61%-
HSV(B)120.92º30.95%82.35%-
XYZ39.9154.1935.55-
YUV183.27106.97100.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.94%
GREEN value IS 210 (82.42% from 255) = 41.92%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=28.94%
G=41.92%
B=29.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1452101460.3100.300.18120.9241.9469.61
Hex91D2921F01E12792a46
Octal221322222370362217152106
Binary100100011101001010010010111110111101001011110011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91D292; }

 p { color: rgb(145,210,146); }

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

<style>
 a { background-color: #91D292; }

 a { background-color: rgb(145,210,146); }

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

<style>
 span { border-color: #91D292; }

 span { border-color: rgb(145,210,146); }

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