Html Css Color HEX #92937D Lemon Grass

📋 copy color: '#92937D'

red 146 ◦ green 147 ◦ blue 125

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

Shades of Lemon Grass #92937D

Tints of Lemon Grass #92937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.17%

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 34.93%
G = 35.17%
B = 29.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#92937D (or 0x92937D) is known color: Lemon Grass. HEX triplet: 92, 93 and 7D. RGB value is (146,147,125). Sum of RGB (Red+Green+Blue) = 146+147+125=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 147 - color contains mainly: green. Hex color #92937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92937D is #6D6C82. Grayscale: #909090. Windows color (decimal): -7171203 or 8229778. OLE color: 8229778.

HSL color Cylindrical-coordinate representation of color #92937D: hue angle of 62.73º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #92937D is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 146 147 125 -
CMYK 0.01 0 0.15 0.42
HSL 62.73º 0.09% 0.53% -
HSV(B) 62.73º 0.15% 0.58% -
XYZ 25.99 28.46 23.53 -
YUV 144.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 146 147 125 0.01 0 0.15 0.42 62.73 0.09 0.53
Hex 92 93 7D 1 0 F 2A 3F 9 35
Octal 222 223 175 1 0 17 52 77 11 65
Binary 10010010 10010011 1111101 1 0 1111 101010 111111 1001 110101

Color Harmonies of #92937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92937D

Black with #92937D

Text Example


Text Example

White with #92937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92937D; }

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

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

background-color css

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

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

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

border-color css

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

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

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