Html Css Color HEX #829893 Granny Smith

📋 copy color: '#829893'

red 130 ◦ green 152 ◦ blue 147

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

Shades of Granny Smith #829893

Tints of Granny Smith #829893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.27%

R = 30.3%
G = 35.43%
B = 34.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#829893 (or 0x829893) is known color: Granny Smith. HEX triplet: 82, 98 and 93. RGB value is (130,152,147). Sum of RGB (Red+Green+Blue) = 130+152+147=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 152 - color contains mainly: green. Hex color #829893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829893 is #7D676C. Grayscale: #909090. Windows color (decimal): -8218477 or 9672834. OLE color: 9672834.

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

Color convert

RGB 130 152 147 -
CMYK 0.14 0 0.03 0.40
HSL 166.36º 0.1% 0.55% -
HSV(B) 166.36º 0.14% 0.6% -
XYZ 25.7 29.31 31.91 -
YUV 144.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 130 152 147 0.14 0 0.03 0.40 166.36 0.1 0.55
Hex 82 98 93 E 0 3 28 A6 A 37
Octal 202 230 223 16 0 3 50 246 12 67
Binary 10000010 10011000 10010011 1110 0 11 101000 10100110 1010 110111

Color Harmonies of #829893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829893

Black with #829893

Text Example


Text Example

White with #829893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829893; }

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

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

background-color css

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

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

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

border-color css

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

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

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