Html Css Color HEX #829288 Granny Smith

📋 copy color: '#829288'

red 130 ◦ green 146 ◦ blue 136

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

Shades of Granny Smith #829288

Tints of Granny Smith #829288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.44%

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

R = 31.55%
G = 35.44%
B = 33.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#829288 (or 0x829288) is known color: Granny Smith. HEX triplet: 82, 92 and 88. RGB value is (130,146,136). Sum of RGB (Red+Green+Blue) = 130+146+136=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 146 - color contains mainly: green. Hex color #829288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829288 is #7D6D77. Grayscale: #8C8C8C. Windows color (decimal): -8220024 or 8950402. OLE color: 8950402.

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

Color convert

RGB 130 146 136 -
CMYK 0.11 0 0.07 0.43
HSL 142.5º 0.07% 0.54% -
HSV(B) 142.5º 0.11% 0.57% -
XYZ 23.93 27.08 27.26 -
YUV 140.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 130 146 136 0.11 0 0.07 0.43 142.5 0.07 0.54
Hex 82 92 88 B 0 7 2B 8E 7 36
Octal 202 222 210 13 0 7 53 216 7 66
Binary 10000010 10010010 10001000 1011 0 111 101011 10001110 111 110110

Color Harmonies of #829288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829288

Black with #829288

Text Example


Text Example

White with #829288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829288; }

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

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

background-color css

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

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

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

border-color css

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

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

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