Html Css Color HEX #84948D Granny Smith

📋 copy color: '#84948D'

red 132 ◦ green 148 ◦ blue 141

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

Shades of Granny Smith #84948D

Tints of Granny Smith #84948D

RGB

 RED value IS 132 (51.95% from 255) = 31.35%

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

 BLUE value IS 141 (55.47% from 255) = 33.49%

R = 31.35%
G = 35.15%
B = 33.49%

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

#84948D (or 0x84948D) is known color: Granny Smith. HEX triplet: 84, 94 and 8D. RGB value is (132,148,141). Sum of RGB (Red+Green+Blue) = 132+148+141=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 148 - color contains mainly: green. Hex color #84948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84948D is #7B6B72. Grayscale: #8E8E8E. Windows color (decimal): -8088435 or 9278596. OLE color: 9278596.

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

Color convert

RGB 132 148 141 -
CMYK 0.11 0 0.05 0.42
HSL 153.75º 0.07% 0.55% -
HSV(B) 153.75º 0.11% 0.58% -
XYZ 24.91 28.01 29.29 -
YUV 142.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 132 148 141 0.11 0 0.05 0.42 153.75 0.07 0.55
Hex 84 94 8D B 0 5 2A 9A 7 37
Octal 204 224 215 13 0 5 52 232 7 67
Binary 10000100 10010100 10001101 1011 0 101 101010 10011010 111 110111

Color Harmonies of #84948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84948D

Black with #84948D

Text Example


Text Example

White with #84948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84948D; }

 p { color: rgb(132,148,141); }

 H1.HeaderClassName
 {
   color: #84948D;
 }
 .AnyTagClassName
 {
   color: #84948D;
 }
</style>

background-color css

<style>
 a { background-color: #84948D; }

 a { background-color: rgb(132,148,141); }

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

border-color css

<style>
 span { border-color: #84948D; }

 span { border-color: rgb(132,148,141); }

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