Html Css Color HEX #849894 Granny Smith

📋 copy color: '#849894'

red 132 ◦ green 152 ◦ blue 148

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

Shades of Granny Smith #849894

Tints of Granny Smith #849894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.19%

 BLUE value IS 148 (58.2% from 255) = 34.26%

R = 30.56%
G = 35.19%
B = 34.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#849894 (or 0x849894) is known color: Granny Smith. HEX triplet: 84, 98 and 94. RGB value is (132,152,148). Sum of RGB (Red+Green+Blue) = 132+152+148=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 152 - color contains mainly: green. Hex color #849894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849894 is #7B676B. Grayscale: #919191. Windows color (decimal): -8087404 or 9738372. OLE color: 9738372.

HSL color Cylindrical-coordinate representation of color #849894: hue angle of 168º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #849894 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 152 148 -
CMYK 0.13 0 0.03 0.40
HSL 168º 0.09% 0.56% -
HSV(B) 168º 0.13% 0.6% -
XYZ 26.09 29.5 32.34 -
YUV 145.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 132 152 148 0.13 0 0.03 0.40 168 0.09 0.56
Hex 84 98 94 D 0 3 28 A8 9 38
Octal 204 230 224 15 0 3 50 250 11 70
Binary 10000100 10011000 10010100 1101 0 11 101000 10101000 1001 111000

Color Harmonies of #849894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849894

Black with #849894

Text Example


Text Example

White with #849894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849894; }

 p { color: rgb(132,152,148); }

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

background-color css

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

 a { background-color: rgb(132,152,148); }

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

border-color css

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

 span { border-color: rgb(132,152,148); }

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