Html Css Color HEX #989976 Malachite Green

📋 copy color: '#989976'

red 152 ◦ green 153 ◦ blue 118

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

Shades of Malachite Green #989976

Tints of Malachite Green #989976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.9%

R = 35.93%
G = 36.17%
B = 27.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#989976 (or 0x989976) is known color: Malachite Green. HEX triplet: 98, 99 and 76. RGB value is (152,153,118). Sum of RGB (Red+Green+Blue) = 152+153+118=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #989976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989976 is #676689. Grayscale: #949494. Windows color (decimal): -6776458 or 7772568. OLE color: 7772568.

HSL color Cylindrical-coordinate representation of color #989976: hue angle of 61.71º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #989976 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 152 153 118 -
CMYK 0.01 0 0.23 0.4
HSL 61.71º 0.15% 0.53% -
HSV(B) 61.71º 0.23% 0.6% -
XYZ 27.61 30.77 21.62 -
YUV 148.71 110.67 130.35 -
System Red Green Blue C M Y K H S L
Decimal 152 153 118 0.01 0 0.23 0.4 61.71 0.15 0.53
Hex 98 99 76 1 0 17 28 3E F 35
Octal 230 231 166 1 0 27 50 76 17 65
Binary 10011000 10011001 1110110 1 0 10111 101000 111110 1111 110101

Color Harmonies of #989976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989976

Black with #989976

Text Example


Text Example

White with #989976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989976; }

 p { color: rgb(152,153,118); }

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

background-color css

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

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

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

border-color css

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

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

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