Html Css Color HEX #838E8A Granny Smith

📋 copy color: '#838E8A'

red 131 ◦ green 142 ◦ blue 138

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

Shades of Granny Smith #838E8A

Tints of Granny Smith #838E8A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.55%

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

R = 31.87%
G = 34.55%
B = 33.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#838E8A (or 0x838E8A) is known color: Granny Smith. HEX triplet: 83, 8E and 8A. RGB value is (131,142,138). Sum of RGB (Red+Green+Blue) = 131+142+138=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 142 - color contains mainly: green. Hex color #838E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838E8A is #7C7175. Grayscale: #8A8A8A. Windows color (decimal): -8155510 or 9080451. OLE color: 9080451.

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

Color convert

RGB 131 142 138 -
CMYK 0.08 0 0.03 0.44
HSL 158.18º 0.05% 0.54% -
HSV(B) 158.18º 0.08% 0.56% -
XYZ 23.62 26.01 27.82 -
YUV 138.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 131 142 138 0.08 0 0.03 0.44 158.18 0.05 0.54
Hex 83 8E 8A 8 0 3 2C 9E 5 36
Octal 203 216 212 10 0 3 54 236 5 66
Binary 10000011 10001110 10001010 1000 0 11 101100 10011110 101 110110

Color Harmonies of #838E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838E8A

Black with #838E8A

Text Example


Text Example

White with #838E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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