Html Css Color HEX #829891 Granny Smith

📋 copy color: '#829891'

red 130 ◦ green 152 ◦ blue 145

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

Shades of Granny Smith #829891

Tints of Granny Smith #829891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.96%

R = 30.44%
G = 35.6%
B = 33.96%

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

#829891 (or 0x829891) is known color: Granny Smith. HEX triplet: 82, 98 and 91. RGB value is (130,152,145). Sum of RGB (Red+Green+Blue) = 130+152+145=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 152 - color contains mainly: green. Hex color #829891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829891 is #7D676E. Grayscale: #909090. Windows color (decimal): -8218479 or 9541762. OLE color: 9541762.

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

Color convert

RGB 130 152 145 -
CMYK 0.14 0 0.05 0.40
HSL 160.91º 0.1% 0.55% -
HSV(B) 160.91º 0.14% 0.6% -
XYZ 25.54 29.25 31.09 -
YUV 144.62 128.21 117.57 -
System Red Green Blue C M Y K H S L
Decimal 130 152 145 0.14 0 0.05 0.40 160.91 0.1 0.55
Hex 82 98 91 E 0 5 28 A1 A 37
Octal 202 230 221 16 0 5 50 241 12 67
Binary 10000010 10011000 10010001 1110 0 101 101000 10100001 1010 110111

Color Harmonies of #829891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829891

Black with #829891

Text Example


Text Example

White with #829891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829891; }

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

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

background-color css

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

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

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

border-color css

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

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

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