Html Css Color HEX #83958D Granny Smith

📋 copy color: '#83958D'

red 131 ◦ green 149 ◦ blue 141

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

Shades of Granny Smith #83958D

Tints of Granny Smith #83958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.39%

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

R = 31.12%
G = 35.39%
B = 33.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#83958D (or 0x83958D) is known color: Granny Smith. HEX triplet: 83, 95 and 8D. RGB value is (131,149,141). Sum of RGB (Red+Green+Blue) = 131+149+141=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 149 - color contains mainly: green. Hex color #83958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83958D is #7C6A72. Grayscale: #8E8E8E. Windows color (decimal): -8153715 or 9278851. OLE color: 9278851.

HSL color Cylindrical-coordinate representation of color #83958D: hue angle of 153.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #83958D is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 149 141 -
CMYK 0.12 0 0.05 0.42
HSL 153.33º 0.08% 0.55% -
HSV(B) 153.33º 0.12% 0.58% -
XYZ 24.92 28.24 29.34 -
YUV 142.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 131 149 141 0.12 0 0.05 0.42 153.33 0.08 0.55
Hex 83 95 8D C 0 5 2A 99 8 37
Octal 203 225 215 14 0 5 52 231 10 67
Binary 10000011 10010101 10001101 1100 0 101 101010 10011001 1000 110111

Color Harmonies of #83958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83958D

Black with #83958D

Text Example


Text Example

White with #83958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83958D; }

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

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

background-color css

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

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

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

border-color css

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

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

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