Html Css Color HEX #838E8B Granny Smith

📋 copy color: '#838E8B'

red 131 ◦ green 142 ◦ blue 139

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

Shades of Granny Smith #838E8B

Tints of Granny Smith #838E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.74%

R = 31.8%
G = 34.47%
B = 33.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#838E8B (or 0x838E8B) is known color: Granny Smith. HEX triplet: 83, 8E and 8B. RGB value is (131,142,139). Sum of RGB (Red+Green+Blue) = 131+142+139=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 142 - color contains mainly: green. Hex color #838E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838E8B is #7C7174. Grayscale: #8A8A8A. Windows color (decimal): -8155509 or 9145987. OLE color: 9145987.

HSL color Cylindrical-coordinate representation of color #838E8B: hue angle of 163.64º 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 #838E8B is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 142 139 -
CMYK 0.08 0 0.02 0.44
HSL 163.64º 0.05% 0.54% -
HSV(B) 163.64º 0.08% 0.56% -
XYZ 23.69 26.04 28.2 -
YUV 138.37 128.36 122.74 -
System Red Green Blue C M Y K H S L
Decimal 131 142 139 0.08 0 0.02 0.44 163.64 0.05 0.54
Hex 83 8E 8B 8 0 2 2C A4 5 36
Octal 203 216 213 10 0 2 54 244 5 66
Binary 10000011 10001110 10001011 1000 0 10 101100 10100100 101 110110

Color Harmonies of #838E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838E8B

Black with #838E8B

Text Example


Text Example

White with #838E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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