Html Css Color HEX #828B88 Granny Smith

📋 copy color: '#828B88'

red 130 ◦ green 139 ◦ blue 136

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

Shades of Granny Smith #828B88

Tints of Granny Smith #828B88

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.32%

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

R = 32.1%
G = 34.32%
B = 33.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#828B88 (or 0x828B88) is known color: Granny Smith. HEX triplet: 82, 8B and 88. RGB value is (130,139,136). Sum of RGB (Red+Green+Blue) = 130+139+136=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 139 - color contains mainly: green. Hex color #828B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828B88 is #7D7477. Grayscale: #878787. Windows color (decimal): -8221816 or 8948610. OLE color: 8948610.

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

Color convert

RGB 130 139 136 -
CMYK 0.06 0 0.02 0.45
HSL 160º 0.04% 0.53% -
HSV(B) 160º 0.06% 0.55% -
XYZ 22.88 24.99 26.91 -
YUV 135.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 130 139 136 0.06 0 0.02 0.45 160 0.04 0.53
Hex 82 8B 88 6 0 2 2D A0 4 35
Octal 202 213 210 6 0 2 55 240 4 65
Binary 10000010 10001011 10001000 110 0 10 101101 10100000 100 110101

Color Harmonies of #828B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828B88

Black with #828B88

Text Example


Text Example

White with #828B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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