Html Css Color HEX #849992 Granny Smith

📋 copy color: '#849992'

red 132 ◦ green 153 ◦ blue 146

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

Shades of Granny Smith #849992

Tints of Granny Smith #849992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.87%

R = 30.63%
G = 35.5%
B = 33.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#849992 (or 0x849992) is known color: Granny Smith. HEX triplet: 84, 99 and 92. RGB value is (132,153,146). Sum of RGB (Red+Green+Blue) = 132+153+146=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 153 - color contains mainly: green. Hex color #849992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849992 is #7B666D. Grayscale: #919191. Windows color (decimal): -8087150 or 9607556. OLE color: 9607556.

HSL color Cylindrical-coordinate representation of color #849992: hue angle of 160º 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 #849992 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 153 146 -
CMYK 0.14 0 0.05 0.4
HSL 160º 0.09% 0.56% -
HSV(B) 160º 0.14% 0.6% -
XYZ 26.1 29.76 31.56 -
YUV 145.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 132 153 146 0.14 0 0.05 0.4 160 0.09 0.56
Hex 84 99 92 E 0 5 28 A0 9 38
Octal 204 231 222 16 0 5 50 240 11 70
Binary 10000100 10011001 10010010 1110 0 101 101000 10100000 1001 111000

Color Harmonies of #849992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849992

Black with #849992

Text Example


Text Example

White with #849992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849992; }

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

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

background-color css

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

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

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

border-color css

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

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

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