Html Css Color HEX #829890 Granny Smith

📋 copy color: '#829890'

red 130 ◦ green 152 ◦ blue 144

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

Shades of Granny Smith #829890

Tints of Granny Smith #829890

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.68%

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

R = 30.52%
G = 35.68%
B = 33.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#829890 (or 0x829890) is known color: Granny Smith. HEX triplet: 82, 98 and 90. RGB value is (130,152,144). Sum of RGB (Red+Green+Blue) = 130+152+144=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 152 - color contains mainly: green. Hex color #829890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829890 is #7D676F. Grayscale: #909090. Windows color (decimal): -8218480 or 9476226. OLE color: 9476226.

HSL color Cylindrical-coordinate representation of color #829890: hue angle of 158.18º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #829890 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 144 -
CMYK 0.14 0 0.05 0.40
HSL 158.18º 0.1% 0.55% -
HSV(B) 158.18º 0.14% 0.6% -
XYZ 25.47 29.22 30.68 -
YUV 144.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 130 152 144 0.14 0 0.05 0.40 158.18 0.1 0.55
Hex 82 98 90 E 0 5 28 9E A 37
Octal 202 230 220 16 0 5 50 236 12 67
Binary 10000010 10011000 10010000 1110 0 101 101000 10011110 1010 110111

Color Harmonies of #829890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829890

Black with #829890

Text Example


Text Example

White with #829890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829890; }

 p { color: rgb(130,152,144); }

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

background-color css

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

 a { background-color: rgb(130,152,144); }

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

border-color css

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

 span { border-color: rgb(130,152,144); }

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