Html Css Color HEX #83948E Granny Smith

📋 copy color: '#83948E'

red 131 ◦ green 148 ◦ blue 142

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

Shades of Granny Smith #83948E

Tints of Granny Smith #83948E

RGB

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

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

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

R = 31.12%
G = 35.15%
B = 33.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#83948E (or 0x83948E) is known color: Granny Smith. HEX triplet: 83, 94 and 8E. RGB value is (131,148,142). Sum of RGB (Red+Green+Blue) = 131+148+142=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 148 - color contains mainly: green. Hex color #83948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83948E is #7C6B71. Grayscale: #8E8E8E. Windows color (decimal): -8153970 or 9344131. OLE color: 9344131.

HSL color Cylindrical-coordinate representation of color #83948E: hue angle of 158.82º 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 #83948E is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 148 142 -
CMYK 0.11 0 0.04 0.42
HSL 158.82º 0.07% 0.55% -
HSV(B) 158.82º 0.11% 0.58% -
XYZ 24.83 27.96 29.68 -
YUV 142.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 131 148 142 0.11 0 0.04 0.42 158.82 0.07 0.55
Hex 83 94 8E B 0 4 2A 9F 7 37
Octal 203 224 216 13 0 4 52 237 7 67
Binary 10000011 10010100 10001110 1011 0 100 101010 10011111 111 110111

Color Harmonies of #83948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83948E

Black with #83948E

Text Example


Text Example

White with #83948E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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