Html Css Color HEX #84998D Granny Smith

📋 copy color: '#84998D'

red 132 ◦ green 153 ◦ blue 141

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

Shades of Granny Smith #84998D

Tints of Granny Smith #84998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.92%

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

R = 30.99%
G = 35.92%
B = 33.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#84998D (or 0x84998D) is known color: Granny Smith. HEX triplet: 84, 99 and 8D. RGB value is (132,153,141). Sum of RGB (Red+Green+Blue) = 132+153+141=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 153 - color contains mainly: green. Hex color #84998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84998D is #7B6672. Grayscale: #919191. Windows color (decimal): -8087155 or 9279876. OLE color: 9279876.

HSL color Cylindrical-coordinate representation of color #84998D: hue angle of 145.71º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84998D is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 153 141 -
CMYK 0.14 0 0.08 0.4
HSL 145.71º 0.09% 0.56% -
HSV(B) 145.71º 0.14% 0.6% -
XYZ 25.71 29.61 29.56 -
YUV 145.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 132 153 141 0.14 0 0.08 0.4 145.71 0.09 0.56
Hex 84 99 8D E 0 8 28 92 9 38
Octal 204 231 215 16 0 10 50 222 11 70
Binary 10000100 10011001 10001101 1110 0 1000 101000 10010010 1001 111000

Color Harmonies of #84998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84998D

Black with #84998D

Text Example


Text Example

White with #84998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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