Html Css Color HEX #83918E Granny Smith

📋 copy color: '#83918E'

red 131 ◦ green 145 ◦ blue 142

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

Shades of Granny Smith #83918E

Tints of Granny Smith #83918E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.69%

 BLUE value IS 142 (55.86% from 255) = 33.97%

R = 31.34%
G = 34.69%
B = 33.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#83918E (or 0x83918E) is known color: Granny Smith. HEX triplet: 83, 91 and 8E. RGB value is (131,145,142). Sum of RGB (Red+Green+Blue) = 131+145+142=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 145 - color contains mainly: green. Hex color #83918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83918E is #7C6E71. Grayscale: #8C8C8C. Windows color (decimal): -8154738 or 9343363. OLE color: 9343363.

HSL color Cylindrical-coordinate representation of color #83918E: hue angle of 167.14º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #83918E is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 145 142 -
CMYK 0.10 0 0.02 0.43
HSL 167.14º 0.06% 0.54% -
HSV(B) 167.14º 0.1% 0.57% -
XYZ 24.37 27.03 29.52 -
YUV 140.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 131 145 142 0.10 0 0.02 0.43 167.14 0.06 0.54
Hex 83 91 8E A 0 2 2B A7 6 36
Octal 203 221 216 12 0 2 53 247 6 66
Binary 10000011 10010001 10001110 1010 0 10 101011 10100111 110 110110

Color Harmonies of #83918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83918E

Black with #83918E

Text Example


Text Example

White with #83918E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83918E; }

 p { color: rgb(131,145,142); }

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

background-color css

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

 a { background-color: rgb(131,145,142); }

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

border-color css

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

 span { border-color: rgb(131,145,142); }

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