Html Css Color HEX #919485 Lemon Grass

📋 copy color: '#919485'

red 145 ◦ green 148 ◦ blue 133

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

Shades of Lemon Grass #919485

Tints of Lemon Grass #919485

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.74%

 BLUE value IS 133 (52.34% from 255) = 31.22%

R = 34.04%
G = 34.74%
B = 31.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#919485 (or 0x919485) is known color: Lemon Grass. HEX triplet: 91, 94 and 85. RGB value is (145,148,133). Sum of RGB (Red+Green+Blue) = 145+148+133=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 148 - color contains mainly: green. Hex color #919485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919485 is #6E6B7A. Grayscale: #919191. Windows color (decimal): -7236475 or 8754321. OLE color: 8754321.

HSL color Cylindrical-coordinate representation of color #919485: hue angle of 72º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #919485 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 148 133 -
CMYK 0.02 0 0.10 0.42
HSL 72º 0.07% 0.55% -
HSV(B) 72º 0.1% 0.58% -
XYZ 26.5 28.89 26.37 -
YUV 145.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 145 148 133 0.02 0 0.10 0.42 72 0.07 0.55
Hex 91 94 85 2 0 A 2A 48 7 37
Octal 221 224 205 2 0 12 52 110 7 67
Binary 10010001 10010100 10000101 10 0 1010 101010 1001000 111 110111

Color Harmonies of #919485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919485

Black with #919485

Text Example


Text Example

White with #919485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919485; }

 p { color: rgb(145,148,133); }

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

background-color css

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

 a { background-color: rgb(145,148,133); }

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

border-color css

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

 span { border-color: rgb(145,148,133); }

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