Html Css Color HEX #989466 Malachite Green

📋 copy color: '#989466'

red 152 ◦ green 148 ◦ blue 102

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

Shades of Malachite Green #989466

Tints of Malachite Green #989466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.82%

 BLUE value IS 102 (40.23% from 255) = 25.37%

R = 37.81%
G = 36.82%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#989466 (or 0x989466) is known color: Malachite Green. HEX triplet: 98, 94 and 66. RGB value is (152,148,102). Sum of RGB (Red+Green+Blue) = 152+148+102=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #989466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989466 is #676B99. Grayscale: #909090. Windows color (decimal): -6777754 or 6722712. OLE color: 6722712.

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

Color convert

RGB 152 148 102 -
CMYK 0 0.03 0.33 0.40
HSL 55.2º 0.2% 0.5% -
HSV(B) 55.2º 0.33% 0.6% -
XYZ 25.94 28.81 16.77 -
YUV 143.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 152 148 102 0 0.03 0.33 0.40 55.2 0.2 0.5
Hex 98 94 66 0 3 21 28 37 14 32
Octal 230 224 146 0 3 41 50 67 24 62
Binary 10011000 10010100 1100110 0 11 100001 101000 110111 10100 110010

Color Harmonies of #989466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989466

Black with #989466

Text Example


Text Example

White with #989466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989466; }

 p { color: rgb(152,148,102); }

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

background-color css

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

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

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

border-color css

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

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

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