Html Css Color HEX #849592 Granny Smith

📋 copy color: '#849592'

red 132 ◦ green 149 ◦ blue 146

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

Shades of Granny Smith #849592

Tints of Granny Smith #849592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.89%

 BLUE value IS 146 (57.42% from 255) = 34.19%

R = 30.91%
G = 34.89%
B = 34.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#849592 (or 0x849592) is known color: Granny Smith. HEX triplet: 84, 95 and 92. RGB value is (132,149,146). Sum of RGB (Red+Green+Blue) = 132+149+146=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 149 - color contains mainly: green. Hex color #849592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849592 is #7B6A6D. Grayscale: #8F8F8F. Windows color (decimal): -8088174 or 9606532. OLE color: 9606532.

HSL color Cylindrical-coordinate representation of color #849592: hue angle of 169.41º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #849592 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 149 146 -
CMYK 0.11 0 0.02 0.42
HSL 169.41º 0.07% 0.55% -
HSV(B) 169.41º 0.11% 0.58% -
XYZ 25.45 28.48 31.35 -
YUV 143.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 132 149 146 0.11 0 0.02 0.42 169.41 0.07 0.55
Hex 84 95 92 B 0 2 2A A9 7 37
Octal 204 225 222 13 0 2 52 251 7 67
Binary 10000100 10010101 10010010 1011 0 10 101010 10101001 111 110111

Color Harmonies of #849592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849592

Black with #849592

Text Example


Text Example

White with #849592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849592; }

 p { color: rgb(132,149,146); }

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

background-color css

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

 a { background-color: rgb(132,149,146); }

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

border-color css

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

 span { border-color: rgb(132,149,146); }

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