Html Css Color HEX #949583 Lemon Grass

📋 copy color: '#949583'

red 148 ◦ green 149 ◦ blue 131

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

Shades of Lemon Grass #949583

Tints of Lemon Grass #949583

RGB

 RED value IS 148 (58.2% from 255) = 34.58%

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

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

R = 34.58%
G = 34.81%
B = 30.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#949583 (or 0x949583) is known color: Lemon Grass. HEX triplet: 94, 95 and 83. RGB value is (148,149,131). Sum of RGB (Red+Green+Blue) = 148+149+131=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 149 - color contains mainly: green. Hex color #949583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949583 is #6B6A7C. Grayscale: #929292. Windows color (decimal): -7039613 or 8623508. OLE color: 8623508.

HSL color Cylindrical-coordinate representation of color #949583: hue angle of 63.33º 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 #949583 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 149 131 -
CMYK 0.01 0 0.12 0.42
HSL 63.33º 0.08% 0.55% -
HSV(B) 63.33º 0.12% 0.58% -
XYZ 27.06 29.43 25.73 -
YUV 146.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 148 149 131 0.01 0 0.12 0.42 63.33 0.08 0.55
Hex 94 95 83 1 0 C 2A 3F 8 37
Octal 224 225 203 1 0 14 52 77 10 67
Binary 10010100 10010101 10000011 1 0 1100 101010 111111 1000 110111

Color Harmonies of #949583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949583

Black with #949583

Text Example


Text Example

White with #949583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949583; }

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

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

background-color css

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

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

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

border-color css

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

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

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