Html Css Color HEX #838D8A Granny Smith

📋 copy color: '#838D8A'

red 131 ◦ green 141 ◦ blue 138

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

Shades of Granny Smith #838D8A

Tints of Granny Smith #838D8A

RGB

 RED value IS 131 (51.56% from 255) = 31.95%

 GREEN value IS 141 (55.47% from 255) = 34.39%

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 31.95%
G = 34.39%
B = 33.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#838D8A (or 0x838D8A) is known color: Granny Smith. HEX triplet: 83, 8D and 8A. RGB value is (131,141,138). Sum of RGB (Red+Green+Blue) = 131+141+138=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 141 - color contains mainly: green. Hex color #838D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838D8A is #7C7275. Grayscale: #898989. Windows color (decimal): -8155766 or 9080195. OLE color: 9080195.

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

Color convert

RGB 131 141 138 -
CMYK 0.07 0 0.02 0.45
HSL 162º 0.04% 0.53% -
HSV(B) 162º 0.07% 0.55% -
XYZ 23.47 25.71 27.77 -
YUV 137.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 131 141 138 0.07 0 0.02 0.45 162 0.04 0.53
Hex 83 8D 8A 7 0 2 2D A2 4 35
Octal 203 215 212 7 0 2 55 242 4 65
Binary 10000011 10001101 10001010 111 0 10 101101 10100010 100 110101

Color Harmonies of #838D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D8A

Black with #838D8A

Text Example


Text Example

White with #838D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838D8A; }

 p { color: rgb(131,141,138); }

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

background-color css

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

 a { background-color: rgb(131,141,138); }

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

border-color css

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

 span { border-color: rgb(131,141,138); }

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