Html Css Color HEX #829B91 Granny Smith

📋 copy color: '#829B91'

red 130 ◦ green 155 ◦ blue 145

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

Shades of Granny Smith #829B91

Tints of Granny Smith #829B91

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.05%

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

R = 30.23%
G = 36.05%
B = 33.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#829B91 (or 0x829B91) is known color: Granny Smith. HEX triplet: 82, 9B and 91. RGB value is (130,155,145). Sum of RGB (Red+Green+Blue) = 130+155+145=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 155 - color contains mainly: green. Hex color #829B91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829B91 is #7D646E. Grayscale: #929292. Windows color (decimal): -8217711 or 9542530. OLE color: 9542530.

HSL color Cylindrical-coordinate representation of color #829B91: hue angle of 156º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #829B91 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 155 145 -
CMYK 0.16 0 0.06 0.39
HSL 156º 0.11% 0.56% -
HSV(B) 156º 0.16% 0.61% -
XYZ 26.04 30.23 31.25 -
YUV 146.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 130 155 145 0.16 0 0.06 0.39 156 0.11 0.56
Hex 82 9B 91 10 0 6 27 9C B 38
Octal 202 233 221 20 0 6 47 234 13 70
Binary 10000010 10011011 10010001 10000 0 110 100111 10011100 1011 111000

Color Harmonies of #829B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B91

Black with #829B91

Text Example


Text Example

White with #829B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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