Html Css Color HEX #889485 Stack

📋 copy color: '#889485'

red 136 ◦ green 148 ◦ blue 133

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

Shades of Stack #889485

Tints of Stack #889485

RGB

 RED value IS 136 (53.52% from 255) = 32.61%

 GREEN value IS 148 (58.2% from 255) = 35.49%

 BLUE value IS 133 (52.34% from 255) = 31.89%

R = 32.61%
G = 35.49%
B = 31.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#889485 (or 0x889485) is known color: Stack. HEX triplet: 88, 94 and 85. RGB value is (136,148,133). Sum of RGB (Red+Green+Blue) = 136+148+133=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 148 - color contains mainly: green. Hex color #889485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889485 is #776B7A. Grayscale: #8E8E8E. Windows color (decimal): -7826299 or 8754312. OLE color: 8754312.

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

Color convert

RGB 136 148 133 -
CMYK 0.08 0 0.10 0.42
HSL 108º 0.07% 0.55% -
HSV(B) 108º 0.1% 0.58% -
XYZ 24.98 28.11 26.3 -
YUV 142.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 136 148 133 0.08 0 0.10 0.42 108 0.07 0.55
Hex 88 94 85 8 0 A 2A 6C 7 37
Octal 210 224 205 10 0 12 52 154 7 67
Binary 10001000 10010100 10000101 1000 0 1010 101010 1101100 111 110111

Color Harmonies of #889485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889485

Black with #889485

Text Example


Text Example

White with #889485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889485; }

 p { color: rgb(136,148,133); }

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

background-color css

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

 a { background-color: rgb(136,148,133); }

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

border-color css

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

 span { border-color: rgb(136,148,133); }

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