Html Css Color HEX #83918B Granny Smith

📋 copy color: '#83918B'

red 131 ◦ green 145 ◦ blue 139

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

Shades of Granny Smith #83918B

Tints of Granny Smith #83918B

RGB

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

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

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

R = 31.57%
G = 34.94%
B = 33.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#83918B (or 0x83918B) is known color: Granny Smith. HEX triplet: 83, 91 and 8B. RGB value is (131,145,139). Sum of RGB (Red+Green+Blue) = 131+145+139=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 145 - color contains mainly: green. Hex color #83918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83918B is #7C6E74. Grayscale: #8C8C8C. Windows color (decimal): -8154741 or 9146755. OLE color: 9146755.

HSL color Cylindrical-coordinate representation of color #83918B: hue angle of 154.29º 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 #83918B is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 145 139 -
CMYK 0.10 0 0.04 0.43
HSL 154.29º 0.06% 0.54% -
HSV(B) 154.29º 0.1% 0.57% -
XYZ 24.15 26.94 28.35 -
YUV 140.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 131 145 139 0.10 0 0.04 0.43 154.29 0.06 0.54
Hex 83 91 8B A 0 4 2B 9A 6 36
Octal 203 221 213 12 0 4 53 232 6 66
Binary 10000011 10010001 10001011 1010 0 100 101011 10011010 110 110110

Color Harmonies of #83918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83918B

Black with #83918B

Text Example


Text Example

White with #83918B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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