Html Css Color HEX #949780 Lemon Grass

📋 copy color: '#949780'

red 148 ◦ green 151 ◦ blue 128

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

Shades of Lemon Grass #949780

Tints of Lemon Grass #949780

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.36%

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

R = 34.66%
G = 35.36%
B = 29.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#949780 (or 0x949780) is known color: Lemon Grass. HEX triplet: 94, 97 and 80. RGB value is (148,151,128). Sum of RGB (Red+Green+Blue) = 148+151+128=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 151 - color contains mainly: green. Hex color #949780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949780 is #6B687F. Grayscale: #939393. Windows color (decimal): -7039104 or 8427412. OLE color: 8427412.

HSL color Cylindrical-coordinate representation of color #949780: hue angle of 67.83º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #949780 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 151 128 -
CMYK 0.02 0 0.15 0.41
HSL 67.83º 0.1% 0.55% -
HSV(B) 67.83º 0.15% 0.59% -
XYZ 27.18 29.99 24.78 -
YUV 147.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 148 151 128 0.02 0 0.15 0.41 67.83 0.1 0.55
Hex 94 97 80 2 0 F 29 44 A 37
Octal 224 227 200 2 0 17 51 104 12 67
Binary 10010100 10010111 10000000 10 0 1111 101001 1000100 1010 110111

Color Harmonies of #949780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949780

Black with #949780

Text Example


Text Example

White with #949780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949780; }

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

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

background-color css

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

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

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

border-color css

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

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

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