Html Css Color HEX #839A8D Granny Smith

📋 copy color: '#839A8D'

red 131 ◦ green 154 ◦ blue 141

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

Shades of Granny Smith #839A8D

Tints of Granny Smith #839A8D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.15%

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 30.75%
G = 36.15%
B = 33.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#839A8D (or 0x839A8D) is known color: Granny Smith. HEX triplet: 83, 9A and 8D. RGB value is (131,154,141). Sum of RGB (Red+Green+Blue) = 131+154+141=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 154 - color contains mainly: green. Hex color #839A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839A8D is #7C6572. Grayscale: #919191. Windows color (decimal): -8152435 or 9280131. OLE color: 9280131.

HSL color Cylindrical-coordinate representation of color #839A8D: hue angle of 146.09º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #839A8D is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 154 141 -
CMYK 0.15 0 0.08 0.40
HSL 146.09º 0.1% 0.56% -
HSV(B) 146.09º 0.15% 0.6% -
XYZ 25.72 29.86 29.61 -
YUV 145.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 131 154 141 0.15 0 0.08 0.40 146.09 0.1 0.56
Hex 83 9A 8D F 0 8 28 92 A 38
Octal 203 232 215 17 0 10 50 222 12 70
Binary 10000011 10011010 10001101 1111 0 1000 101000 10010010 1010 111000

Color Harmonies of #839A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839A8D

Black with #839A8D

Text Example


Text Example

White with #839A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839A8D; }

 p { color: rgb(131,154,141); }

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

background-color css

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

 a { background-color: rgb(131,154,141); }

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

border-color css

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

 span { border-color: rgb(131,154,141); }

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