Html Css Color HEX #84958D Granny Smith

📋 copy color: '#84958D'

red 132 ◦ green 149 ◦ blue 141

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

Shades of Granny Smith #84958D

Tints of Granny Smith #84958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.31%

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

R = 31.28%
G = 35.31%
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

#84958D (or 0x84958D) is known color: Granny Smith. HEX triplet: 84, 95 and 8D. RGB value is (132,149,141). Sum of RGB (Red+Green+Blue) = 132+149+141=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 149 - color contains mainly: green. Hex color #84958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84958D is #7B6A72. Grayscale: #8F8F8F. Windows color (decimal): -8088179 or 9278852. OLE color: 9278852.

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

Color convert

RGB 132 149 141 -
CMYK 0.11 0 0.05 0.42
HSL 151.76º 0.07% 0.55% -
HSV(B) 151.76º 0.11% 0.58% -
XYZ 25.07 28.32 29.34 -
YUV 143.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 132 149 141 0.11 0 0.05 0.42 151.76 0.07 0.55
Hex 84 95 8D B 0 5 2A 98 7 37
Octal 204 225 215 13 0 5 52 230 7 67
Binary 10000100 10010101 10001101 1011 0 101 101010 10011000 111 110111

Color Harmonies of #84958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84958D

Black with #84958D

Text Example


Text Example

White with #84958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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