Html Css Color HEX #829289 Granny Smith

📋 copy color: '#829289'

red 130 ◦ green 146 ◦ blue 137

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

Shades of Granny Smith #829289

Tints of Granny Smith #829289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.35%

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

R = 31.48%
G = 35.35%
B = 33.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#829289 (or 0x829289) is known color: Granny Smith. HEX triplet: 82, 92 and 89. RGB value is (130,146,137). Sum of RGB (Red+Green+Blue) = 130+146+137=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 146 - color contains mainly: green. Hex color #829289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829289 is #7D6D76. Grayscale: #8C8C8C. Windows color (decimal): -8220023 or 9015938. OLE color: 9015938.

HSL color Cylindrical-coordinate representation of color #829289: hue angle of 146.25º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #829289 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 146 137 -
CMYK 0.11 0 0.06 0.43
HSL 146.25º 0.07% 0.54% -
HSV(B) 146.25º 0.11% 0.57% -
XYZ 24 27.11 27.63 -
YUV 140.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 130 146 137 0.11 0 0.06 0.43 146.25 0.07 0.54
Hex 82 92 89 B 0 6 2B 92 7 36
Octal 202 222 211 13 0 6 53 222 7 66
Binary 10000010 10010010 10001001 1011 0 110 101011 10010010 111 110110

Color Harmonies of #829289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829289

Black with #829289

Text Example


Text Example

White with #829289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829289; }

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

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

background-color css

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

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

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

border-color css

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

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

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