Html Css Color HEX #989680 Lemon Grass

📋 copy color: '#989680'

red 152 ◦ green 150 ◦ blue 128

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

Shades of Lemon Grass #989680

Tints of Lemon Grass #989680

RGB

 RED value IS 152 (59.77% from 255) = 35.35%

 GREEN value IS 150 (58.98% from 255) = 34.88%

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

R = 35.35%
G = 34.88%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#989680 (or 0x989680) is known color: Lemon Grass. HEX triplet: 98, 96 and 80. RGB value is (152,150,128). Sum of RGB (Red+Green+Blue) = 152+150+128=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 152 - color contains mainly: red. Hex color #989680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989680 is #67697F. Grayscale: #949494. Windows color (decimal): -6777216 or 8427160. OLE color: 8427160.

HSL color Cylindrical-coordinate representation of color #989680: hue angle of 55º degrees, saturation: 0.1, 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 #989680 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 150 128 -
CMYK 0 0.01 0.16 0.40
HSL 55º 0.1% 0.55% -
HSV(B) 55º 0.16% 0.6% -
XYZ 27.75 30.05 24.76 -
YUV 148.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 152 150 128 0 0.01 0.16 0.40 55 0.1 0.55
Hex 98 96 80 0 1 10 28 37 A 37
Octal 230 226 200 0 1 20 50 67 12 67
Binary 10011000 10010110 10000000 0 1 10000 101000 110111 1010 110111

Color Harmonies of #989680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989680

Black with #989680

Text Example


Text Example

White with #989680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989680; }

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

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

background-color css

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

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

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

border-color css

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

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

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