Html Css Color HEX #849E92 Granny Smith

📋 copy color: '#849E92'

red 132 ◦ green 158 ◦ blue 146

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

Shades of Granny Smith #849E92

Tints of Granny Smith #849E92

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.24%

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

R = 30.28%
G = 36.24%
B = 33.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#849E92 (or 0x849E92) is known color: Granny Smith. HEX triplet: 84, 9E and 92. RGB value is (132,158,146). Sum of RGB (Red+Green+Blue) = 132+158+146=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 158 - color contains mainly: green. Hex color #849E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849E92 is #7B616D. Grayscale: #949494. Windows color (decimal): -8085870 or 9608836. OLE color: 9608836.

HSL color Cylindrical-coordinate representation of color #849E92: hue angle of 152.31º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #849E92 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 158 146 -
CMYK 0.16 0 0.08 0.38
HSL 152.31º 0.12% 0.57% -
HSV(B) 152.31º 0.16% 0.62% -
XYZ 26.93 31.43 31.84 -
YUV 148.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 132 158 146 0.16 0 0.08 0.38 152.31 0.12 0.57
Hex 84 9E 92 10 0 8 26 98 C 39
Octal 204 236 222 20 0 10 46 230 14 71
Binary 10000100 10011110 10010010 10000 0 1000 100110 10011000 1100 111001

Color Harmonies of #849E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849E92

Black with #849E92

Text Example


Text Example

White with #849E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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