Html Css Color HEX #828985 Granny Smith

📋 copy color: '#828985'

red 130 ◦ green 137 ◦ blue 133

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

Shades of Granny Smith #828985

Tints of Granny Smith #828985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.25%

 BLUE value IS 133 (52.34% from 255) = 33.25%

R = 32.5%
G = 34.25%
B = 33.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#828985 (or 0x828985) is known color: Granny Smith. HEX triplet: 82, 89 and 85. RGB value is (130,137,133). Sum of RGB (Red+Green+Blue) = 130+137+133=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 137 - color contains mainly: green. Hex color #828985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828985 is #7D767A. Grayscale: #868686. Windows color (decimal): -8222331 or 8751490. OLE color: 8751490.

HSL color Cylindrical-coordinate representation of color #828985: hue angle of 145.71º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #828985 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 137 133 -
CMYK 0.05 0 0.03 0.46
HSL 145.71º 0.03% 0.52% -
HSV(B) 145.71º 0.05% 0.54% -
XYZ 22.39 24.33 25.71 -
YUV 134.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 130 137 133 0.05 0 0.03 0.46 145.71 0.03 0.52
Hex 82 89 85 5 0 3 2E 92 3 34
Octal 202 211 205 5 0 3 56 222 3 64
Binary 10000010 10001001 10000101 101 0 11 101110 10010010 11 110100

Color Harmonies of #828985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828985

Black with #828985

Text Example


Text Example

White with #828985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828985; }

 p { color: rgb(130,137,133); }

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

background-color css

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

 a { background-color: rgb(130,137,133); }

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

border-color css

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

 span { border-color: rgb(130,137,133); }

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