Html Css Color HEX #83948C Granny Smith

📋 copy color: '#83948C'

red 131 ◦ green 148 ◦ blue 140

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

Shades of Granny Smith #83948C

Tints of Granny Smith #83948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.32%

 BLUE value IS 140 (55.08% from 255) = 33.41%

R = 31.26%
G = 35.32%
B = 33.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#83948C (or 0x83948C) is known color: Granny Smith. HEX triplet: 83, 94 and 8C. RGB value is (131,148,140). Sum of RGB (Red+Green+Blue) = 131+148+140=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 148 - color contains mainly: green. Hex color #83948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83948C is #7C6B73. Grayscale: #8E8E8E. Windows color (decimal): -8153972 or 9213059. OLE color: 9213059.

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

Color convert

RGB 131 148 140 -
CMYK 0.11 0 0.05 0.42
HSL 151.76º 0.07% 0.55% -
HSV(B) 151.76º 0.11% 0.58% -
XYZ 24.68 27.9 28.89 -
YUV 142.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 131 148 140 0.11 0 0.05 0.42 151.76 0.07 0.55
Hex 83 94 8C B 0 5 2A 98 7 37
Octal 203 224 214 13 0 5 52 230 7 67
Binary 10000011 10010100 10001100 1011 0 101 101010 10011000 111 110111

Color Harmonies of #83948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83948C

Black with #83948C

Text Example


Text Example

White with #83948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83948C; }

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

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

background-color css

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

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

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

border-color css

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

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

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