Html Css Color HEX #949280 Lemon Grass

📋 copy color: '#949280'

red 148 ◦ green 146 ◦ blue 128

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

Shades of Lemon Grass #949280

Tints of Lemon Grass #949280

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.6%

 BLUE value IS 128 (50.39% from 255) = 30.33%

R = 35.07%
G = 34.6%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#949280 (or 0x949280) is known color: Lemon Grass. HEX triplet: 94, 92 and 80. RGB value is (148,146,128). Sum of RGB (Red+Green+Blue) = 148+146+128=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 148 - color contains mainly: red. Hex color #949280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949280 is #6B6D7F. Grayscale: #909090. Windows color (decimal): -7040384 or 8426132. OLE color: 8426132.

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

Color convert

RGB 148 146 128 -
CMYK 0 0.01 0.14 0.42
HSL 54º 0.09% 0.54% -
HSV(B) 54º 0.14% 0.58% -
XYZ 26.39 28.41 24.52 -
YUV 144.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 148 146 128 0 0.01 0.14 0.42 54 0.09 0.54
Hex 94 92 80 0 1 E 2A 36 9 36
Octal 224 222 200 0 1 16 52 66 11 66
Binary 10010100 10010010 10000000 0 1 1110 101010 110110 1001 110110

Color Harmonies of #949280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949280

Black with #949280

Text Example


Text Example

White with #949280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949280; }

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

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

background-color css

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

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

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

border-color css

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

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

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