Html Css Color HEX #839991 Granny Smith

📋 copy color: '#839991'

red 131 ◦ green 153 ◦ blue 145

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

Shades of Granny Smith #839991

Tints of Granny Smith #839991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.66%

 BLUE value IS 145 (57.03% from 255) = 33.8%

R = 30.54%
G = 35.66%
B = 33.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#839991 (or 0x839991) is known color: Granny Smith. HEX triplet: 83, 99 and 91. RGB value is (131,153,145). Sum of RGB (Red+Green+Blue) = 131+153+145=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 153 - color contains mainly: green. Hex color #839991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839991 is #7C666E. Grayscale: #919191. Windows color (decimal): -8152687 or 9542019. OLE color: 9542019.

HSL color Cylindrical-coordinate representation of color #839991: hue angle of 158.18º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #839991 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 153 145 -
CMYK 0.14 0 0.05 0.4
HSL 158.18º 0.1% 0.56% -
HSV(B) 158.18º 0.14% 0.6% -
XYZ 25.86 29.65 31.15 -
YUV 145.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 131 153 145 0.14 0 0.05 0.4 158.18 0.1 0.56
Hex 83 99 91 E 0 5 28 9E A 38
Octal 203 231 221 16 0 5 50 236 12 70
Binary 10000011 10011001 10010001 1110 0 101 101000 10011110 1010 111000

Color Harmonies of #839991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839991

Black with #839991

Text Example


Text Example

White with #839991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839991; }

 p { color: rgb(131,153,145); }

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

background-color css

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

 a { background-color: rgb(131,153,145); }

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

border-color css

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

 span { border-color: rgb(131,153,145); }

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