Html Css Color HEX #989683 Lemon Grass

📋 copy color: '#989683'

red 152 ◦ green 150 ◦ blue 131

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

Shades of Lemon Grass #989683

Tints of Lemon Grass #989683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.25%

R = 35.1%
G = 34.64%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#989683 (or 0x989683) is known color: Lemon Grass. HEX triplet: 98, 96 and 83. RGB value is (152,150,131). Sum of RGB (Red+Green+Blue) = 152+150+131=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 152 - color contains mainly: red. Hex color #989683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989683 is #67697C. Grayscale: #949494. Windows color (decimal): -6777213 or 8623768. OLE color: 8623768.

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

Color convert

RGB 152 150 131 -
CMYK 0 0.01 0.14 0.40
HSL 54.29º 0.09% 0.55% -
HSV(B) 54.29º 0.14% 0.6% -
XYZ 27.95 30.13 25.81 -
YUV 148.43 118.16 130.54 -
System Red Green Blue C M Y K H S L
Decimal 152 150 131 0 0.01 0.14 0.40 54.29 0.09 0.55
Hex 98 96 83 0 1 E 28 36 9 37
Octal 230 226 203 0 1 16 50 66 11 67
Binary 10011000 10010110 10000011 0 1 1110 101000 110110 1001 110111

Color Harmonies of #989683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989683

Black with #989683

Text Example


Text Example

White with #989683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989683; }

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

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

background-color css

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

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

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

border-color css

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

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

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