Html Css Color HEX #839995 Granny Smith

📋 copy color: '#839995'

red 131 ◦ green 153 ◦ blue 149

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

Shades of Granny Smith #839995

Tints of Granny Smith #839995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.41%

R = 30.25%
G = 35.33%
B = 34.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#839995 (or 0x839995) is known color: Granny Smith. HEX triplet: 83, 99 and 95. RGB value is (131,153,149). Sum of RGB (Red+Green+Blue) = 131+153+149=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 153 - color contains mainly: green. Hex color #839995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839995 is #7C666A. Grayscale: #919191. Windows color (decimal): -8152683 or 9804163. OLE color: 9804163.

HSL color Cylindrical-coordinate representation of color #839995: hue angle of 169.09º 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 #839995 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 153 149 -
CMYK 0.14 0 0.03 0.4
HSL 169.09º 0.1% 0.56% -
HSV(B) 169.09º 0.14% 0.6% -
XYZ 26.18 29.78 32.8 -
YUV 145.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 131 153 149 0.14 0 0.03 0.4 169.09 0.1 0.56
Hex 83 99 95 E 0 3 28 A9 A 38
Octal 203 231 225 16 0 3 50 251 12 70
Binary 10000011 10011001 10010101 1110 0 11 101000 10101001 1010 111000

Color Harmonies of #839995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839995

Black with #839995

Text Example


Text Example

White with #839995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839995; }

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

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

background-color css

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

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

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

border-color css

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

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

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