Html Css Color HEX #929588 Lemon Grass

📋 copy color: '#929588'

red 146 ◦ green 149 ◦ blue 136

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

Shades of Lemon Grass #929588

Tints of Lemon Grass #929588

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.57%

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

R = 33.87%
G = 34.57%
B = 31.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#929588 (or 0x929588) is known color: Lemon Grass. HEX triplet: 92, 95 and 88. RGB value is (146,149,136). Sum of RGB (Red+Green+Blue) = 146+149+136=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 149 - color contains mainly: green. Hex color #929588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929588 is #6D6A77. Grayscale: #929292. Windows color (decimal): -7170680 or 8951186. OLE color: 8951186.

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

Color convert

RGB 146 149 136 -
CMYK 0.02 0 0.09 0.42
HSL 73.85º 0.06% 0.56% -
HSV(B) 73.85º 0.09% 0.58% -
XYZ 27.05 29.38 27.54 -
YUV 146.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 146 149 136 0.02 0 0.09 0.42 73.85 0.06 0.56
Hex 92 95 88 2 0 9 2A 4A 6 38
Octal 222 225 210 2 0 11 52 112 6 70
Binary 10010010 10010101 10001000 10 0 1001 101010 1001010 110 111000

Color Harmonies of #929588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929588

Black with #929588

Text Example


Text Example

White with #929588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929588; }

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

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

background-color css

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

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

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

border-color css

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

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

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