Html Css Color HEX #849390 Granny Smith

📋 copy color: '#849390'

red 132 ◦ green 147 ◦ blue 144

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

Shades of Granny Smith #849390

Tints of Granny Smith #849390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.75%

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

R = 31.21%
G = 34.75%
B = 34.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#849390 (or 0x849390) is known color: Granny Smith. HEX triplet: 84, 93 and 90. RGB value is (132,147,144). Sum of RGB (Red+Green+Blue) = 132+147+144=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 147 - color contains mainly: green. Hex color #849390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849390 is #7B6C6F. Grayscale: #8E8E8E. Windows color (decimal): -8088688 or 9474948. OLE color: 9474948.

HSL color Cylindrical-coordinate representation of color #849390: hue angle of 168º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #849390 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 147 144 -
CMYK 0.10 0 0.02 0.42
HSL 168º 0.06% 0.55% -
HSV(B) 168º 0.1% 0.58% -
XYZ 24.98 27.79 30.43 -
YUV 142.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 132 147 144 0.10 0 0.02 0.42 168 0.06 0.55
Hex 84 93 90 A 0 2 2A A8 6 37
Octal 204 223 220 12 0 2 52 250 6 67
Binary 10000100 10010011 10010000 1010 0 10 101010 10101000 110 110111

Color Harmonies of #849390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849390

Black with #849390

Text Example


Text Example

White with #849390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849390; }

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

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

background-color css

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

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

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

border-color css

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

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

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