Html Css Color HEX #849089 Granny Smith

📋 copy color: '#849089'

red 132 ◦ green 144 ◦ blue 137

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

Shades of Granny Smith #849089

Tints of Granny Smith #849089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.87%

 BLUE value IS 137 (53.91% from 255) = 33.17%

R = 31.96%
G = 34.87%
B = 33.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#849089 (or 0x849089) is known color: Granny Smith. HEX triplet: 84, 90 and 89. RGB value is (132,144,137). Sum of RGB (Red+Green+Blue) = 132+144+137=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 144 - color contains mainly: green. Hex color #849089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849089 is #7B6F76. Grayscale: #8B8B8B. Windows color (decimal): -8089463 or 9015428. OLE color: 9015428.

HSL color Cylindrical-coordinate representation of color #849089: hue angle of 145º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #849089 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 144 137 -
CMYK 0.08 0 0.05 0.44
HSL 145º 0.05% 0.54% -
HSV(B) 145º 0.08% 0.56% -
XYZ 24 26.66 27.55 -
YUV 139.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 132 144 137 0.08 0 0.05 0.44 145 0.05 0.54
Hex 84 90 89 8 0 5 2C 91 5 36
Octal 204 220 211 10 0 5 54 221 5 66
Binary 10000100 10010000 10001001 1000 0 101 101100 10010001 101 110110

Color Harmonies of #849089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849089

Black with #849089

Text Example


Text Example

White with #849089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849089; }

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

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

background-color css

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

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

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

border-color css

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

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

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