Html Css Color HEX #84918D Granny Smith

📋 copy color: '#84918D'

red 132 ◦ green 145 ◦ blue 141

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

Shades of Granny Smith #84918D

Tints of Granny Smith #84918D

RGB

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

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

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

R = 31.58%
G = 34.69%
B = 33.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#84918D (or 0x84918D) is known color: Granny Smith. HEX triplet: 84, 91 and 8D. RGB value is (132,145,141). Sum of RGB (Red+Green+Blue) = 132+145+141=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 145 - color contains mainly: green. Hex color #84918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84918D is #7B6E72. Grayscale: #8C8C8C. Windows color (decimal): -8089203 or 9277828. OLE color: 9277828.

HSL color Cylindrical-coordinate representation of color #84918D: hue angle of 161.54º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #84918D is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 145 141 -
CMYK 0.09 0 0.03 0.43
HSL 161.54º 0.06% 0.54% -
HSV(B) 161.54º 0.09% 0.57% -
XYZ 24.45 27.08 29.14 -
YUV 140.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 132 145 141 0.09 0 0.03 0.43 161.54 0.06 0.54
Hex 84 91 8D 9 0 3 2B A2 6 36
Octal 204 221 215 11 0 3 53 242 6 66
Binary 10000100 10010001 10001101 1001 0 11 101011 10100010 110 110110

Color Harmonies of #84918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84918D

Black with #84918D

Text Example


Text Example

White with #84918D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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