Html Css Color HEX #849893 Granny Smith

📋 copy color: '#849893'

red 132 ◦ green 152 ◦ blue 147

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

Shades of Granny Smith #849893

Tints of Granny Smith #849893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.11%

R = 30.63%
G = 35.27%
B = 34.11%

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

#849893 (or 0x849893) is known color: Granny Smith. HEX triplet: 84, 98 and 93. RGB value is (132,152,147). Sum of RGB (Red+Green+Blue) = 132+152+147=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 152 - color contains mainly: green. Hex color #849893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849893 is #7B676C. Grayscale: #919191. Windows color (decimal): -8087405 or 9672836. OLE color: 9672836.

HSL color Cylindrical-coordinate representation of color #849893: hue angle of 165º 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 #849893 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 152 147 -
CMYK 0.13 0 0.03 0.40
HSL 165º 0.09% 0.56% -
HSV(B) 165º 0.13% 0.6% -
XYZ 26.01 29.47 31.92 -
YUV 145.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 132 152 147 0.13 0 0.03 0.40 165 0.09 0.56
Hex 84 98 93 D 0 3 28 A5 9 38
Octal 204 230 223 15 0 3 50 245 11 70
Binary 10000100 10011000 10010011 1101 0 11 101000 10100101 1001 111000

Color Harmonies of #849893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849893

Black with #849893

Text Example


Text Example

White with #849893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849893; }

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

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

background-color css

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

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

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

border-color css

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

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

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