Html Css Color HEX #939288 Lemon Grass

📋 copy color: '#939288'

red 147 ◦ green 146 ◦ blue 136

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

Shades of Lemon Grass #939288

Tints of Lemon Grass #939288

RGB

 RED value IS 147 (57.81% from 255) = 34.27%

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

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

R = 34.27%
G = 34.03%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#939288 (or 0x939288) is known color: Lemon Grass. HEX triplet: 93, 92 and 88. RGB value is (147,146,136). Sum of RGB (Red+Green+Blue) = 147+146+136=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 147 - color contains mainly: red. Hex color #939288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939288 is #6C6D77. Grayscale: #919191. Windows color (decimal): -7105912 or 8950419. OLE color: 8950419.

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

Color convert

RGB 147 146 136 -
CMYK 0 0.01 0.07 0.42
HSL 54.55º 0.05% 0.55% -
HSV(B) 54.55º 0.07% 0.58% -
XYZ 26.76 28.54 27.39 -
YUV 145.16 122.83 129.31 -
System Red Green Blue C M Y K H S L
Decimal 147 146 136 0 0.01 0.07 0.42 54.55 0.05 0.55
Hex 93 92 88 0 1 7 2A 37 5 37
Octal 223 222 210 0 1 7 52 67 5 67
Binary 10010011 10010010 10001000 0 1 111 101010 110111 101 110111

Color Harmonies of #939288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939288

Black with #939288

Text Example


Text Example

White with #939288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939288; }

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

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

background-color css

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

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

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

border-color css

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

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

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