Html Css Color HEX #829188 Granny Smith

📋 copy color: '#829188'

red 130 ◦ green 145 ◦ blue 136

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

Shades of Granny Smith #829188

Tints of Granny Smith #829188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.28%

 BLUE value IS 136 (53.52% from 255) = 33.09%

R = 31.63%
G = 35.28%
B = 33.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#829188 (or 0x829188) is known color: Granny Smith. HEX triplet: 82, 91 and 88. RGB value is (130,145,136). Sum of RGB (Red+Green+Blue) = 130+145+136=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 145 - color contains mainly: green. Hex color #829188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829188 is #7D6E77. Grayscale: #8B8B8B. Windows color (decimal): -8220280 or 8950146. OLE color: 8950146.

HSL color Cylindrical-coordinate representation of color #829188: hue angle of 144º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #829188 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 145 136 -
CMYK 0.10 0 0.06 0.43
HSL 144º 0.06% 0.54% -
HSV(B) 144º 0.1% 0.57% -
XYZ 23.78 26.77 27.21 -
YUV 139.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 130 145 136 0.10 0 0.06 0.43 144 0.06 0.54
Hex 82 91 88 A 0 6 2B 90 6 36
Octal 202 221 210 12 0 6 53 220 6 66
Binary 10000010 10010001 10001000 1010 0 110 101011 10010000 110 110110

Color Harmonies of #829188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829188

Black with #829188

Text Example


Text Example

White with #829188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829188; }

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

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

background-color css

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

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

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

border-color css

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

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

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