Html Css Color HEX #929582 Lemon Grass

📋 copy color: '#929582'

red 146 ◦ green 149 ◦ blue 130

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

Shades of Lemon Grass #929582

Tints of Lemon Grass #929582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.59%

R = 34.35%
G = 35.06%
B = 30.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#929582 (or 0x929582) is known color: Lemon Grass. HEX triplet: 92, 95 and 82. RGB value is (146,149,130). Sum of RGB (Red+Green+Blue) = 146+149+130=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 149 - color contains mainly: green. Hex color #929582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929582 is #6D6A7D. Grayscale: #929292. Windows color (decimal): -7170686 or 8557970. OLE color: 8557970.

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

Color convert

RGB 146 149 130 -
CMYK 0.02 0 0.13 0.42
HSL 69.47º 0.08% 0.55% -
HSV(B) 69.47º 0.13% 0.58% -
XYZ 26.63 29.22 25.36 -
YUV 145.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 146 149 130 0.02 0 0.13 0.42 69.47 0.08 0.55
Hex 92 95 82 2 0 D 2A 45 8 37
Octal 222 225 202 2 0 15 52 105 10 67
Binary 10010010 10010101 10000010 10 0 1101 101010 1000101 1000 110111

Color Harmonies of #929582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929582

Black with #929582

Text Example


Text Example

White with #929582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929582; }

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

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

background-color css

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

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

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

border-color css

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

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

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