Html Css Color HEX #84938E Granny Smith

📋 copy color: '#84938E'

red 132 ◦ green 147 ◦ blue 142

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

Shades of Granny Smith #84938E

Tints of Granny Smith #84938E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.92%

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

R = 31.35%
G = 34.92%
B = 33.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#84938E (or 0x84938E) is known color: Granny Smith. HEX triplet: 84, 93 and 8E. RGB value is (132,147,142). Sum of RGB (Red+Green+Blue) = 132+147+142=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 147 - color contains mainly: green. Hex color #84938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84938E is #7B6C71. Grayscale: #8D8D8D. Windows color (decimal): -8088690 or 9343876. OLE color: 9343876.

HSL color Cylindrical-coordinate representation of color #84938E: hue angle of 160º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #84938E is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 147 142 -
CMYK 0.10 0 0.03 0.42
HSL 160º 0.06% 0.55% -
HSV(B) 160º 0.1% 0.58% -
XYZ 24.83 27.73 29.63 -
YUV 141.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 132 147 142 0.10 0 0.03 0.42 160 0.06 0.55
Hex 84 93 8E A 0 3 2A A0 6 37
Octal 204 223 216 12 0 3 52 240 6 67
Binary 10000100 10010011 10001110 1010 0 11 101010 10100000 110 110111

Color Harmonies of #84938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84938E

Black with #84938E

Text Example


Text Example

White with #84938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,147,142); }

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

background-color css

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

 a { background-color: rgb(132,147,142); }

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

border-color css

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

 span { border-color: rgb(132,147,142); }

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