Html Css Color HEX #989892 Lemon Grass

📋 copy color: '#989892'

red 152 ◦ green 152 ◦ blue 146

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

Shades of Lemon Grass #989892

Tints of Lemon Grass #989892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.78%

 BLUE value IS 146 (57.42% from 255) = 32.44%

R = 33.78%
G = 33.78%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#989892 (or 0x989892) is known color: Lemon Grass. HEX triplet: 98, 98 and 92. RGB value is (152,152,146). Sum of RGB (Red+Green+Blue) = 152+152+146=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989892 is #67676D. Grayscale: #979797. Windows color (decimal): -6776686 or 9607320. OLE color: 9607320.

HSL color Cylindrical-coordinate representation of color #989892: hue angle of 60º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #989892 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 152 146 -
CMYK 0 0 0.04 0.40
HSL 60º 0.03% 0.58% -
HSV(B) 60º 0.04% 0.6% -
XYZ 29.37 31.21 31.67 -
YUV 151.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 152 152 146 0 0 0.04 0.40 60 0.03 0.58
Hex 98 98 92 0 0 4 28 3C 3 3A
Octal 230 230 222 0 0 4 50 74 3 72
Binary 10011000 10011000 10010010 0 0 100 101000 111100 11 111010

Color Harmonies of #989892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989892

Black with #989892

Text Example


Text Example

White with #989892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989892; }

 p { color: rgb(152,152,146); }

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

background-color css

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

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

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

border-color css

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

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

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