Html Css Color HEX #979A85 Lemon Grass

📋 copy color: '#979A85'

red 151 ◦ green 154 ◦ blue 133

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

Shades of Lemon Grass #979A85

Tints of Lemon Grass #979A85

RGB

 RED value IS 151 (59.38% from 255) = 34.47%

 GREEN value IS 154 (60.55% from 255) = 35.16%

 BLUE value IS 133 (52.34% from 255) = 30.37%

R = 34.47%
G = 35.16%
B = 30.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#979A85 (or 0x979A85) is known color: Lemon Grass. HEX triplet: 97, 9A and 85. RGB value is (151,154,133). Sum of RGB (Red+Green+Blue) = 151+154+133=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 154 - color contains mainly: green. Hex color #979A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979A85 is #68657A. Grayscale: #969696. Windows color (decimal): -6841723 or 8755863. OLE color: 8755863.

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

Color convert

RGB 151 154 133 -
CMYK 0.02 0 0.14 0.40
HSL 68.57º 0.09% 0.56% -
HSV(B) 68.57º 0.14% 0.6% -
XYZ 28.55 31.38 26.74 -
YUV 150.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 151 154 133 0.02 0 0.14 0.40 68.57 0.09 0.56
Hex 97 9A 85 2 0 E 28 45 9 38
Octal 227 232 205 2 0 16 50 105 11 70
Binary 10010111 10011010 10000101 10 0 1110 101000 1000101 1001 111000

Color Harmonies of #979A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979A85

Black with #979A85

Text Example


Text Example

White with #979A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979A85; }

 p { color: rgb(151,154,133); }

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

background-color css

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

 a { background-color: rgb(151,154,133); }

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

border-color css

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

 span { border-color: rgb(151,154,133); }

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