Html Css Color HEX #829892 Granny Smith

📋 copy color: '#829892'

red 130 ◦ green 152 ◦ blue 146

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

Shades of Granny Smith #829892

Tints of Granny Smith #829892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.11%

R = 30.37%
G = 35.51%
B = 34.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#829892 (or 0x829892) is known color: Granny Smith. HEX triplet: 82, 98 and 92. RGB value is (130,152,146). Sum of RGB (Red+Green+Blue) = 130+152+146=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 152 - color contains mainly: green. Hex color #829892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829892 is #7D676D. Grayscale: #909090. Windows color (decimal): -8218478 or 9607298. OLE color: 9607298.

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

Color convert

RGB 130 152 146 -
CMYK 0.14 0 0.04 0.40
HSL 163.64º 0.1% 0.55% -
HSV(B) 163.64º 0.14% 0.6% -
XYZ 25.62 29.28 31.49 -
YUV 144.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 130 152 146 0.14 0 0.04 0.40 163.64 0.1 0.55
Hex 82 98 92 E 0 4 28 A4 A 37
Octal 202 230 222 16 0 4 50 244 12 67
Binary 10000010 10011000 10010010 1110 0 100 101000 10100100 1010 110111

Color Harmonies of #829892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829892

Black with #829892

Text Example


Text Example

White with #829892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829892; }

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

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

background-color css

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

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

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

border-color css

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

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

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