Html Css Color HEX #929488 Lemon Grass

📋 copy color: '#929488'

red 146 ◦ green 148 ◦ blue 136

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

Shades of Lemon Grass #929488

Tints of Lemon Grass #929488

RGB

 RED value IS 146 (57.42% from 255) = 33.95%

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

 BLUE value IS 136 (53.52% from 255) = 31.63%

R = 33.95%
G = 34.42%
B = 31.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#929488 (or 0x929488) is known color: Lemon Grass. HEX triplet: 92, 94 and 88. RGB value is (146,148,136). Sum of RGB (Red+Green+Blue) = 146+148+136=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 148 - color contains mainly: green. Hex color #929488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929488 is #6D6B77. Grayscale: #929292. Windows color (decimal): -7170936 or 8950930. OLE color: 8950930.

HSL color Cylindrical-coordinate representation of color #929488: hue angle of 70º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #929488 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 146 148 136 -
CMYK 0.01 0 0.08 0.42
HSL 70º 0.05% 0.56% -
HSV(B) 70º 0.08% 0.58% -
XYZ 26.89 29.07 27.49 -
YUV 146.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 146 148 136 0.01 0 0.08 0.42 70 0.05 0.56
Hex 92 94 88 1 0 8 2A 46 5 38
Octal 222 224 210 1 0 10 52 106 5 70
Binary 10010010 10010100 10001000 1 0 1000 101010 1000110 101 111000

Color Harmonies of #929488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929488

Black with #929488

Text Example


Text Example

White with #929488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929488; }

 p { color: rgb(146,148,136); }

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

background-color css

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

 a { background-color: rgb(146,148,136); }

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

border-color css

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

 span { border-color: rgb(146,148,136); }

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