Html Css Color HEX #93927F Lemon Grass

📋 copy color: '#93927F'

red 147 ◦ green 146 ◦ blue 127

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

Shades of Lemon Grass #93927F

Tints of Lemon Grass #93927F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.24%

R = 35%
G = 34.76%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93927F (or 0x93927F) is known color: Lemon Grass. HEX triplet: 93, 92 and 7F. RGB value is (147,146,127). Sum of RGB (Red+Green+Blue) = 147+146+127=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 147 - color contains mainly: red. Hex color #93927F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93927F is #6C6D80. Grayscale: #909090. Windows color (decimal): -7105921 or 8360595. OLE color: 8360595.

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

Color convert

RGB 147 146 127 -
CMYK 0 0.01 0.14 0.42
HSL 57º 0.08% 0.54% -
HSV(B) 57º 0.14% 0.58% -
XYZ 26.14 28.29 24.16 -
YUV 144.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 147 146 127 0 0.01 0.14 0.42 57 0.08 0.54
Hex 93 92 7F 0 1 E 2A 39 8 36
Octal 223 222 177 0 1 16 52 71 10 66
Binary 10010011 10010010 1111111 0 1 1110 101010 111001 1000 110110

Color Harmonies of #93927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93927F

Black with #93927F

Text Example


Text Example

White with #93927F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93927F; }

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

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

background-color css

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

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

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

border-color css

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

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

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