Html Css Color HEX #839490 Granny Smith

📋 copy color: '#839490'

red 131 ◦ green 148 ◦ blue 144

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

Shades of Granny Smith #839490

Tints of Granny Smith #839490

RGB

 RED value IS 131 (51.56% from 255) = 30.97%

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

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

R = 30.97%
G = 34.99%
B = 34.04%

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

#839490 (or 0x839490) is known color: Granny Smith. HEX triplet: 83, 94 and 90. RGB value is (131,148,144). Sum of RGB (Red+Green+Blue) = 131+148+144=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 148 - color contains mainly: green. Hex color #839490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839490 is #7C6B6F. Grayscale: #8E8E8E. Windows color (decimal): -8153968 or 9475203. OLE color: 9475203.

HSL color Cylindrical-coordinate representation of color #839490: hue angle of 165.88º 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 #839490 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 148 144 -
CMYK 0.11 0 0.03 0.42
HSL 165.88º 0.07% 0.55% -
HSV(B) 165.88º 0.11% 0.58% -
XYZ 24.98 28.02 30.48 -
YUV 142.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 131 148 144 0.11 0 0.03 0.42 165.88 0.07 0.55
Hex 83 94 90 B 0 3 2A A6 7 37
Octal 203 224 220 13 0 3 52 246 7 67
Binary 10000011 10010100 10010000 1011 0 11 101010 10100110 111 110111

Color Harmonies of #839490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839490

Black with #839490

Text Example


Text Example

White with #839490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839490; }

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

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

background-color css

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

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

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

border-color css

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

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

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