Html Css Color HEX #919289 Lemon Grass

📋 copy color: '#919289'

red 145 ◦ green 146 ◦ blue 137

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

Shades of Lemon Grass #919289

Tints of Lemon Grass #919289

RGB

 RED value IS 145 (57.03% from 255) = 33.88%

 GREEN value IS 146 (57.42% from 255) = 34.11%

 BLUE value IS 137 (53.91% from 255) = 32.01%

R = 33.88%
G = 34.11%
B = 32.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#919289 (or 0x919289) is known color: Lemon Grass. HEX triplet: 91, 92 and 89. RGB value is (145,146,137). Sum of RGB (Red+Green+Blue) = 145+146+137=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 146 - color contains mainly: green. Hex color #919289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919289 is #6E6D76. Grayscale: #909090. Windows color (decimal): -7236983 or 9015953. OLE color: 9015953.

HSL color Cylindrical-coordinate representation of color #919289: hue angle of 66.67º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #919289 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 146 137 -
CMYK 0.01 0 0.06 0.43
HSL 66.67º 0.04% 0.55% -
HSV(B) 66.67º 0.06% 0.57% -
XYZ 26.47 28.38 27.75 -
YUV 144.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 145 146 137 0.01 0 0.06 0.43 66.67 0.04 0.55
Hex 91 92 89 1 0 6 2B 43 4 37
Octal 221 222 211 1 0 6 53 103 4 67
Binary 10010001 10010010 10001001 1 0 110 101011 1000011 100 110111

Color Harmonies of #919289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919289

Black with #919289

Text Example


Text Example

White with #919289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919289; }

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

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

background-color css

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

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

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

border-color css

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

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

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