Html Css Color HEX #838886 Granny Smith

📋 copy color: '#838886'

red 131 ◦ green 136 ◦ blue 134

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

Shades of Granny Smith #838886

Tints of Granny Smith #838886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.42%

R = 32.67%
G = 33.92%
B = 33.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#838886 (or 0x838886) is known color: Granny Smith. HEX triplet: 83, 88 and 86. RGB value is (131,136,134). Sum of RGB (Red+Green+Blue) = 131+136+134=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 136 - color contains mainly: green. Hex color #838886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838886 is #7C7779. Grayscale: #868686. Windows color (decimal): -8157050 or 8816771. OLE color: 8816771.

HSL color Cylindrical-coordinate representation of color #838886: hue angle of 156º 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 #838886 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 136 134 -
CMYK 0.04 0 0.01 0.47
HSL 156º 0.02% 0.52% -
HSV(B) 156º 0.04% 0.53% -
XYZ 22.47 24.15 26.03 -
YUV 134.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 131 136 134 0.04 0 0.01 0.47 156 0.02 0.52
Hex 83 88 86 4 0 1 2F 9C 2 34
Octal 203 210 206 4 0 1 57 234 2 64
Binary 10000011 10001000 10000110 100 0 1 101111 10011100 10 110100

Color Harmonies of #838886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838886

Black with #838886

Text Example


Text Example

White with #838886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838886; }

 p { color: rgb(131,136,134); }

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

background-color css

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

 a { background-color: rgb(131,136,134); }

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

border-color css

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

 span { border-color: rgb(131,136,134); }

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