Html Css Color HEX #829389 Granny Smith

📋 copy color: '#829389'

red 130 ◦ green 147 ◦ blue 137

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

Shades of Granny Smith #829389

Tints of Granny Smith #829389

RGB

 RED value IS 130 (51.17% from 255) = 31.4%

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

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

R = 31.4%
G = 35.51%
B = 33.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#829389 (or 0x829389) is known color: Granny Smith. HEX triplet: 82, 93 and 89. RGB value is (130,147,137). Sum of RGB (Red+Green+Blue) = 130+147+137=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 147 - color contains mainly: green. Hex color #829389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829389 is #7D6C76. Grayscale: #8C8C8C. Windows color (decimal): -8219767 or 9016194. OLE color: 9016194.

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

Color convert

RGB 130 147 137 -
CMYK 0.12 0 0.07 0.42
HSL 144.71º 0.07% 0.54% -
HSV(B) 144.71º 0.12% 0.58% -
XYZ 24.16 27.42 27.69 -
YUV 140.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 130 147 137 0.12 0 0.07 0.42 144.71 0.07 0.54
Hex 82 93 89 C 0 7 2A 91 7 36
Octal 202 223 211 14 0 7 52 221 7 66
Binary 10000010 10010011 10001001 1100 0 111 101010 10010001 111 110110

Color Harmonies of #829389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829389

Black with #829389

Text Example


Text Example

White with #829389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829389; }

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

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

background-color css

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

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

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

border-color css

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

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

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