Html Css Color HEX #829894 Granny Smith

📋 copy color: '#829894'

red 130 ◦ green 152 ◦ blue 148

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

Shades of Granny Smith #829894

Tints of Granny Smith #829894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.42%

R = 30.23%
G = 35.35%
B = 34.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#829894 (or 0x829894) is known color: Granny Smith. HEX triplet: 82, 98 and 94. RGB value is (130,152,148). Sum of RGB (Red+Green+Blue) = 130+152+148=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 152 - color contains mainly: green. Hex color #829894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829894 is #7D676B. Grayscale: #909090. Windows color (decimal): -8218476 or 9738370. OLE color: 9738370.

HSL color Cylindrical-coordinate representation of color #829894: hue angle of 169.09º 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 #829894 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 148 -
CMYK 0.14 0 0.03 0.40
HSL 169.09º 0.1% 0.55% -
HSV(B) 169.09º 0.14% 0.6% -
XYZ 25.78 29.34 32.32 -
YUV 144.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 130 152 148 0.14 0 0.03 0.40 169.09 0.1 0.55
Hex 82 98 94 E 0 3 28 A9 A 37
Octal 202 230 224 16 0 3 50 251 12 67
Binary 10000010 10011000 10010100 1110 0 11 101000 10101001 1010 110111

Color Harmonies of #829894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829894

Black with #829894

Text Example


Text Example

White with #829894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829894; }

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

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

background-color css

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

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

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

border-color css

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

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

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