Html Css Color HEX #839994 Granny Smith

📋 copy color: '#839994'

red 131 ◦ green 153 ◦ blue 148

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

Shades of Granny Smith #839994

Tints of Granny Smith #839994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.26%

R = 30.32%
G = 35.42%
B = 34.26%

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

#839994 (or 0x839994) is known color: Granny Smith. HEX triplet: 83, 99 and 94. RGB value is (131,153,148). Sum of RGB (Red+Green+Blue) = 131+153+148=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 153 - color contains mainly: green. Hex color #839994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839994 is #7C666B. Grayscale: #919191. Windows color (decimal): -8152684 or 9738627. OLE color: 9738627.

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

Color convert

RGB 131 153 148 -
CMYK 0.14 0 0.03 0.4
HSL 166.36º 0.1% 0.56% -
HSV(B) 166.36º 0.14% 0.6% -
XYZ 26.1 29.75 32.38 -
YUV 145.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 131 153 148 0.14 0 0.03 0.4 166.36 0.1 0.56
Hex 83 99 94 E 0 3 28 A6 A 38
Octal 203 231 224 16 0 3 50 246 12 70
Binary 10000011 10011001 10010100 1110 0 11 101000 10100110 1010 111000

Color Harmonies of #839994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839994

Black with #839994

Text Example


Text Example

White with #839994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839994; }

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

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

background-color css

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

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

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

border-color css

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

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

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