Html Css Color HEX #969980 Lemon Grass

📋 copy color: '#969980'

red 150 ◦ green 153 ◦ blue 128

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

Shades of Lemon Grass #969980

Tints of Lemon Grass #969980

RGB

 RED value IS 150 (58.98% from 255) = 34.8%

 GREEN value IS 153 (60.16% from 255) = 35.5%

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

R = 34.8%
G = 35.5%
B = 29.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#969980 (or 0x969980) is known color: Lemon Grass. HEX triplet: 96, 99 and 80. RGB value is (150,153,128). Sum of RGB (Red+Green+Blue) = 150+153+128=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 153 - color contains mainly: green. Hex color #969980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969980 is #69667F. Grayscale: #959595. Windows color (decimal): -6907520 or 8427926. OLE color: 8427926.

HSL color Cylindrical-coordinate representation of color #969980: hue angle of 67.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #969980 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 128 -
CMYK 0.02 0 0.16 0.4
HSL 67.2º 0.11% 0.55% -
HSV(B) 67.2º 0.16% 0.6% -
XYZ 27.87 30.83 24.9 -
YUV 149.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 150 153 128 0.02 0 0.16 0.4 67.2 0.11 0.55
Hex 96 99 80 2 0 10 28 43 B 37
Octal 226 231 200 2 0 20 50 103 13 67
Binary 10010110 10011001 10000000 10 0 10000 101000 1000011 1011 110111

Color Harmonies of #969980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969980

Black with #969980

Text Example


Text Example

White with #969980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969980; }

 p { color: rgb(150,153,128); }

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

background-color css

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

 a { background-color: rgb(150,153,128); }

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

border-color css

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

 span { border-color: rgb(150,153,128); }

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