Html Css Color HEX #84988E Granny Smith

📋 copy color: '#84988E'

red 132 ◦ green 152 ◦ blue 142

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

Shades of Granny Smith #84988E

Tints of Granny Smith #84988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.68%

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

R = 30.99%
G = 35.68%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#84988E (or 0x84988E) is known color: Granny Smith. HEX triplet: 84, 98 and 8E. RGB value is (132,152,142). Sum of RGB (Red+Green+Blue) = 132+152+142=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 152 - color contains mainly: green. Hex color #84988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84988E is #7B6771. Grayscale: #909090. Windows color (decimal): -8087410 or 9345156. OLE color: 9345156.

HSL color Cylindrical-coordinate representation of color #84988E: hue angle of 150º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #84988E is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 152 142 -
CMYK 0.13 0 0.07 0.40
HSL 150º 0.09% 0.56% -
HSV(B) 150º 0.13% 0.6% -
XYZ 25.63 29.32 29.9 -
YUV 144.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 132 152 142 0.13 0 0.07 0.40 150 0.09 0.56
Hex 84 98 8E D 0 7 28 96 9 38
Octal 204 230 216 15 0 7 50 226 11 70
Binary 10000100 10011000 10001110 1101 0 111 101000 10010110 1001 111000

Color Harmonies of #84988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84988E

Black with #84988E

Text Example


Text Example

White with #84988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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