Html Css Color HEX #929583 Lemon Grass

📋 copy color: '#929583'

red 146 ◦ green 149 ◦ blue 131

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

Shades of Lemon Grass #929583

Tints of Lemon Grass #929583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.75%

R = 34.27%
G = 34.98%
B = 30.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#929583 (or 0x929583) is known color: Lemon Grass. HEX triplet: 92, 95 and 83. RGB value is (146,149,131). Sum of RGB (Red+Green+Blue) = 146+149+131=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 149 - color contains mainly: green. Hex color #929583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929583 is #6D6A7C. Grayscale: #929292. Windows color (decimal): -7170685 or 8623506. OLE color: 8623506.

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

Color convert

RGB 146 149 131 -
CMYK 0.02 0 0.12 0.42
HSL 70º 0.08% 0.55% -
HSV(B) 70º 0.12% 0.58% -
XYZ 26.7 29.24 25.71 -
YUV 146.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 146 149 131 0.02 0 0.12 0.42 70 0.08 0.55
Hex 92 95 83 2 0 C 2A 46 8 37
Octal 222 225 203 2 0 14 52 106 10 67
Binary 10010010 10010101 10000011 10 0 1100 101010 1000110 1000 110111

Color Harmonies of #929583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929583

Black with #929583

Text Example


Text Example

White with #929583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929583; }

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

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

background-color css

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

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

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

border-color css

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

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

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