Html Css Color HEX #92947D Lemon Grass

📋 copy color: '#92947D'

red 146 ◦ green 148 ◦ blue 125

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

Shades of Lemon Grass #92947D

Tints of Lemon Grass #92947D

RGB

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

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

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

R = 34.84%
G = 35.32%
B = 29.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#92947D (or 0x92947D) is known color: Lemon Grass. HEX triplet: 92, 94 and 7D. RGB value is (146,148,125). Sum of RGB (Red+Green+Blue) = 146+148+125=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 148 - color contains mainly: green. Hex color #92947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92947D is #6D6B82. Grayscale: #909090. Windows color (decimal): -7170947 or 8230034. OLE color: 8230034.

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

Color convert

RGB 146 148 125 -
CMYK 0.01 0 0.16 0.42
HSL 65.22º 0.1% 0.54% -
HSV(B) 65.22º 0.16% 0.58% -
XYZ 26.15 28.77 23.58 -
YUV 144.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 146 148 125 0.01 0 0.16 0.42 65.22 0.1 0.54
Hex 92 94 7D 1 0 10 2A 41 A 36
Octal 222 224 175 1 0 20 52 101 12 66
Binary 10010010 10010100 1111101 1 0 10000 101010 1000001 1010 110110

Color Harmonies of #92947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92947D

Black with #92947D

Text Example


Text Example

White with #92947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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