Html Css Color HEX #829992 Granny Smith

📋 copy color: '#829992'

red 130 ◦ green 153 ◦ blue 146

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

Shades of Granny Smith #829992

Tints of Granny Smith #829992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.66%

 BLUE value IS 146 (57.42% from 255) = 34.03%

R = 30.3%
G = 35.66%
B = 34.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#829992 (or 0x829992) is known color: Granny Smith. HEX triplet: 82, 99 and 92. RGB value is (130,153,146). Sum of RGB (Red+Green+Blue) = 130+153+146=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 153 - color contains mainly: green. Hex color #829992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829992 is #7D666D. Grayscale: #919191. Windows color (decimal): -8218222 or 9607554. OLE color: 9607554.

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

Color convert

RGB 130 153 146 -
CMYK 0.15 0 0.05 0.4
HSL 161.74º 0.1% 0.55% -
HSV(B) 161.74º 0.15% 0.6% -
XYZ 25.79 29.6 31.55 -
YUV 145.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 130 153 146 0.15 0 0.05 0.4 161.74 0.1 0.55
Hex 82 99 92 F 0 5 28 A2 A 37
Octal 202 231 222 17 0 5 50 242 12 67
Binary 10000010 10011001 10010010 1111 0 101 101000 10100010 1010 110111

Color Harmonies of #829992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829992

Black with #829992

Text Example


Text Example

White with #829992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829992; }

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

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

background-color css

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

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

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

border-color css

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

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

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