Html Css Color HEX #83958B Granny Smith

📋 copy color: '#83958B'

red 131 ◦ green 149 ◦ blue 139

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

Shades of Granny Smith #83958B

Tints of Granny Smith #83958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.17%

R = 31.26%
G = 35.56%
B = 33.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#83958B (or 0x83958B) is known color: Granny Smith. HEX triplet: 83, 95 and 8B. RGB value is (131,149,139). Sum of RGB (Red+Green+Blue) = 131+149+139=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 149 - color contains mainly: green. Hex color #83958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83958B is #7C6A74. Grayscale: #8E8E8E. Windows color (decimal): -8153717 or 9147779. OLE color: 9147779.

HSL color Cylindrical-coordinate representation of color #83958B: hue angle of 146.67º 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 #83958B is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 149 139 -
CMYK 0.12 0 0.07 0.42
HSL 146.67º 0.08% 0.55% -
HSV(B) 146.67º 0.12% 0.58% -
XYZ 24.77 28.18 28.56 -
YUV 142.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 131 149 139 0.12 0 0.07 0.42 146.67 0.08 0.55
Hex 83 95 8B C 0 7 2A 93 8 37
Octal 203 225 213 14 0 7 52 223 10 67
Binary 10000011 10010101 10001011 1100 0 111 101010 10010011 1000 110111

Color Harmonies of #83958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83958B

Black with #83958B

Text Example


Text Example

White with #83958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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