Html Css Color HEX #849490 Granny Smith

📋 copy color: '#849490'

red 132 ◦ green 148 ◦ blue 144

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

Shades of Granny Smith #849490

Tints of Granny Smith #849490

RGB

 RED value IS 132 (51.95% from 255) = 31.13%

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

 BLUE value IS 144 (56.64% from 255) = 33.96%

R = 31.13%
G = 34.91%
B = 33.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#849490 (or 0x849490) is known color: Granny Smith. HEX triplet: 84, 94 and 90. RGB value is (132,148,144). Sum of RGB (Red+Green+Blue) = 132+148+144=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 148 - color contains mainly: green. Hex color #849490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849490 is #7B6B6F. Grayscale: #8E8E8E. Windows color (decimal): -8088432 or 9475204. OLE color: 9475204.

HSL color Cylindrical-coordinate representation of color #849490: hue angle of 165º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #849490 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 148 144 -
CMYK 0.11 0 0.03 0.42
HSL 165º 0.07% 0.55% -
HSV(B) 165º 0.11% 0.58% -
XYZ 25.14 28.1 30.48 -
YUV 142.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 132 148 144 0.11 0 0.03 0.42 165 0.07 0.55
Hex 84 94 90 B 0 3 2A A5 7 37
Octal 204 224 220 13 0 3 52 245 7 67
Binary 10000100 10010100 10010000 1011 0 11 101010 10100101 111 110111

Color Harmonies of #849490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849490

Black with #849490

Text Example


Text Example

White with #849490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849490; }

 p { color: rgb(132,148,144); }

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

background-color css

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

 a { background-color: rgb(132,148,144); }

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

border-color css

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

 span { border-color: rgb(132,148,144); }

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