Html Css Color HEX #849991 Granny Smith

📋 copy color: '#849991'

red 132 ◦ green 153 ◦ blue 145

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

Shades of Granny Smith #849991

Tints of Granny Smith #849991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.72%

R = 30.7%
G = 35.58%
B = 33.72%

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

#849991 (or 0x849991) is known color: Granny Smith. HEX triplet: 84, 99 and 91. RGB value is (132,153,145). Sum of RGB (Red+Green+Blue) = 132+153+145=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 153 - color contains mainly: green. Hex color #849991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849991 is #7B666E. Grayscale: #919191. Windows color (decimal): -8087151 or 9542020. OLE color: 9542020.

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

Color convert

RGB 132 153 145 -
CMYK 0.14 0 0.05 0.4
HSL 157.14º 0.09% 0.56% -
HSV(B) 157.14º 0.14% 0.6% -
XYZ 26.02 29.73 31.16 -
YUV 145.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 132 153 145 0.14 0 0.05 0.4 157.14 0.09 0.56
Hex 84 99 91 E 0 5 28 9D 9 38
Octal 204 231 221 16 0 5 50 235 11 70
Binary 10000100 10011001 10010001 1110 0 101 101000 10011101 1001 111000

Color Harmonies of #849991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849991

Black with #849991

Text Example


Text Example

White with #849991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849991; }

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

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

background-color css

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

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

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

border-color css

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

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

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