Html Css Color HEX #848D89 Granny Smith

📋 copy color: '#848D89'

red 132 ◦ green 141 ◦ blue 137

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

Shades of Granny Smith #848D89

Tints of Granny Smith #848D89

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.39%

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

R = 32.2%
G = 34.39%
B = 33.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#848D89 (or 0x848D89) is known color: Granny Smith. HEX triplet: 84, 8D and 89. RGB value is (132,141,137). Sum of RGB (Red+Green+Blue) = 132+141+137=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 141 - color contains mainly: green. Hex color #848D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848D89 is #7B7276. Grayscale: #898989. Windows color (decimal): -8090231 or 9014660. OLE color: 9014660.

HSL color Cylindrical-coordinate representation of color #848D89: hue angle of 153.33º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #848D89 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 141 137 -
CMYK 0.06 0 0.03 0.45
HSL 153.33º 0.04% 0.54% -
HSV(B) 153.33º 0.06% 0.55% -
XYZ 23.56 25.76 27.4 -
YUV 137.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 132 141 137 0.06 0 0.03 0.45 153.33 0.04 0.54
Hex 84 8D 89 6 0 3 2D 99 4 36
Octal 204 215 211 6 0 3 55 231 4 66
Binary 10000100 10001101 10001001 110 0 11 101101 10011001 100 110110

Color Harmonies of #848D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848D89

Black with #848D89

Text Example


Text Example

White with #848D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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