Html Css Color HEX #949582 Lemon Grass

📋 copy color: '#949582'

red 148 ◦ green 149 ◦ blue 130

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

Shades of Lemon Grass #949582

Tints of Lemon Grass #949582

RGB

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

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

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

R = 34.66%
G = 34.89%
B = 30.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#949582 (or 0x949582) is known color: Lemon Grass. HEX triplet: 94, 95 and 82. RGB value is (148,149,130). Sum of RGB (Red+Green+Blue) = 148+149+130=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 149 - color contains mainly: green. Hex color #949582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949582 is #6B6A7D. Grayscale: #929292. Windows color (decimal): -7039614 or 8557972. OLE color: 8557972.

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

Color convert

RGB 148 149 130 -
CMYK 0.01 0 0.13 0.42
HSL 63.16º 0.08% 0.55% -
HSV(B) 63.16º 0.13% 0.58% -
XYZ 26.99 29.4 25.37 -
YUV 146.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 148 149 130 0.01 0 0.13 0.42 63.16 0.08 0.55
Hex 94 95 82 1 0 D 2A 3F 8 37
Octal 224 225 202 1 0 15 52 77 10 67
Binary 10010100 10010101 10000010 1 0 1101 101010 111111 1000 110111

Color Harmonies of #949582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949582

Black with #949582

Text Example


Text Example

White with #949582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949582; }

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

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

background-color css

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

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

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

border-color css

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

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

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