Html Css Color HEX #849990 Granny Smith

📋 copy color: '#849990'

red 132 ◦ green 153 ◦ blue 144

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

Shades of Granny Smith #849990

Tints of Granny Smith #849990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.57%

R = 30.77%
G = 35.66%
B = 33.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#849990 (or 0x849990) is known color: Granny Smith. HEX triplet: 84, 99 and 90. RGB value is (132,153,144). Sum of RGB (Red+Green+Blue) = 132+153+144=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 153 - color contains mainly: green. Hex color #849990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849990 is #7B666F. Grayscale: #919191. Windows color (decimal): -8087152 or 9476484. OLE color: 9476484.

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

Color convert

RGB 132 153 144 -
CMYK 0.14 0 0.06 0.4
HSL 154.29º 0.09% 0.56% -
HSV(B) 154.29º 0.14% 0.6% -
XYZ 25.94 29.7 30.75 -
YUV 145.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 132 153 144 0.14 0 0.06 0.4 154.29 0.09 0.56
Hex 84 99 90 E 0 6 28 9A 9 38
Octal 204 231 220 16 0 6 50 232 11 70
Binary 10000100 10011001 10010000 1110 0 110 101000 10011010 1001 111000

Color Harmonies of #849990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849990

Black with #849990

Text Example


Text Example

White with #849990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849990; }

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

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

background-color css

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

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

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

border-color css

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

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

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