Html Css Color HEX #839389 Granny Smith

📋 copy color: '#839389'

red 131 ◦ green 147 ◦ blue 137

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

Shades of Granny Smith #839389

Tints of Granny Smith #839389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.01%

R = 31.57%
G = 35.42%
B = 33.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#839389 (or 0x839389) is known color: Granny Smith. HEX triplet: 83, 93 and 89. RGB value is (131,147,137). Sum of RGB (Red+Green+Blue) = 131+147+137=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 147 - color contains mainly: green. Hex color #839389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839389 is #7C6C76. Grayscale: #8D8D8D. Windows color (decimal): -8154231 or 9016195. OLE color: 9016195.

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

Color convert

RGB 131 147 137 -
CMYK 0.11 0 0.07 0.42
HSL 142.5º 0.07% 0.55% -
HSV(B) 142.5º 0.11% 0.58% -
XYZ 24.31 27.5 27.69 -
YUV 141.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 131 147 137 0.11 0 0.07 0.42 142.5 0.07 0.55
Hex 83 93 89 B 0 7 2A 8E 7 37
Octal 203 223 211 13 0 7 52 216 7 67
Binary 10000011 10010011 10001001 1011 0 111 101010 10001110 111 110111

Color Harmonies of #839389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839389

Black with #839389

Text Example


Text Example

White with #839389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839389; }

 p { color: rgb(131,147,137); }

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

background-color css

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

 a { background-color: rgb(131,147,137); }

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

border-color css

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

 span { border-color: rgb(131,147,137); }

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