#848B89

Color #848B89 Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #848B89

Tints of Granny Smith #848B89

Color information

#848B89 (or 0x848B89) is unknown color: approx Granny Smith. HEX triplet: 84, 8B and 89. RGB value is (132,139,137). Sum of RGB (Red+Green+Blue) = 132+139+137=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 139 - color contains mainly: green. Hex color #848B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848B89 is #7B7476. Grayscale: #888888. Windows color (decimal): -8090743 or 9014148. OLE color: 9014148.

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

Color convert

RGB132139137-
CMYK0.0500.010.45
HSL162.86º2.93%53.14%-
HSV(B)162.86º5.04%54.51%-
XYZ23.2625.1827.3-
YUV136.68128.18124.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.35%
GREEN value IS 139 (54.69% from 255) = 34.07%
BLUE value IS 137 (53.91% from 255) = 33.58%
R=32.35%
G=34.07%
B=33.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321391370.0500.010.45162.862.9353.14
Hex848B895012Da3335
Octal20421321150155243365
Binary100001001000101110001001101011011011010001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #848B89;
 }
 .AnyTagClassName
 {
   color: #848B89;
 }
</style>
background-color css

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

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

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

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

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

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