Html Css Color HEX #828885 Granny Smith

📋 copy color: '#828885'

red 130 ◦ green 136 ◦ blue 133

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

Shades of Granny Smith #828885

Tints of Granny Smith #828885

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.09%

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

R = 32.58%
G = 34.09%
B = 33.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#828885 (or 0x828885) is known color: Granny Smith. HEX triplet: 82, 88 and 85. RGB value is (130,136,133). Sum of RGB (Red+Green+Blue) = 130+136+133=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 136 - color contains mainly: green. Hex color #828885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828885 is #7D777A. Grayscale: #858585. Windows color (decimal): -8222587 or 8751234. OLE color: 8751234.

HSL color Cylindrical-coordinate representation of color #828885: hue angle of 150º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #828885 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 136 133 -
CMYK 0.04 0 0.02 0.47
HSL 150º 0.02% 0.52% -
HSV(B) 150º 0.04% 0.53% -
XYZ 22.24 24.05 25.66 -
YUV 133.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 130 136 133 0.04 0 0.02 0.47 150 0.02 0.52
Hex 82 88 85 4 0 2 2F 96 2 34
Octal 202 210 205 4 0 2 57 226 2 64
Binary 10000010 10001000 10000101 100 0 10 101111 10010110 10 110100

Color Harmonies of #828885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828885

Black with #828885

Text Example


Text Example

White with #828885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828885; }

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

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

background-color css

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

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

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

border-color css

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

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

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