Html Css Color HEX #90917E Lemon Grass

📋 copy color: '#90917E'

red 144 ◦ green 145 ◦ blue 126

#90917E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Grass #90917E

Tints of Lemon Grass #90917E

RGB

 RED value IS 144 (56.64% from 255) = 34.7%

 GREEN value IS 145 (57.03% from 255) = 34.94%

 BLUE value IS 126 (49.61% from 255) = 30.36%

R = 34.7%
G = 34.94%
B = 30.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#90917E (or 0x90917E) is known color: Lemon Grass. HEX triplet: 90, 91 and 7E. RGB value is (144,145,126). Sum of RGB (Red+Green+Blue) = 144+145+126=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 145 - color contains mainly: green. Hex color #90917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90917E is #6F6E81. Grayscale: #8E8E8E. Windows color (decimal): -7302786 or 8294800. OLE color: 8294800.

HSL color Cylindrical-coordinate representation of color #90917E: hue angle of 63.16º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #90917E is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 144 145 126 -
CMYK 0.01 0 0.13 0.43
HSL 63.16º 0.08% 0.53% -
HSV(B) 63.16º 0.13% 0.57% -
XYZ 25.39 27.69 23.74 -
YUV 142.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 144 145 126 0.01 0 0.13 0.43 63.16 0.08 0.53
Hex 90 91 7E 1 0 D 2B 3F 8 35
Octal 220 221 176 1 0 15 53 77 10 65
Binary 10010000 10010001 1111110 1 0 1101 101011 111111 1000 110101

Color Harmonies of #90917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90917E

Black with #90917E

Text Example


Text Example

White with #90917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90917E; }

 p { color: rgb(144,145,126); }

 H1.HeaderClassName
 {
   color: #90917E;
 }
 .AnyTagClassName
 {
   color: #90917E;
 }
</style>

background-color css

<style>
 a { background-color: #90917E; }

 a { background-color: rgb(144,145,126); }

 div.DivClassName
 {
   background-color: #90917E;
 }
 .BgClassName
 {
   background-color: #90917E;
 }
</style>

border-color css

<style>
 span { border-color: #90917E; }

 span { border-color: rgb(144,145,126); }

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